Html Css Color HEX #DF25AA Spicy Pink

📋 copy color: '#DF25AA'

red 223 ◦ green 37 ◦ blue 170

#DF25AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Pink #DF25AA

Tints of Spicy Pink #DF25AA

RGB

 RED value IS 223 (87.5% from 255) = 51.86%

 GREEN value IS 37 (14.84% from 255) = 8.6%

 BLUE value IS 170 (66.8% from 255) = 39.53%

R = 51.86%
G = 8.6%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DF25AA (or 0xDF25AA) is known color: Spicy Pink. HEX triplet: DF, 25 and AA. RGB value is (223,37,170). Sum of RGB (Red+Green+Blue) = 223+37+170=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF25AA is #20DA55. Grayscale: #6B6B6B. Windows color (decimal): -2153046 or 11150815. OLE color: 11150815.

HSL color Cylindrical-coordinate representation of color #DF25AA: hue angle of 317.1º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF25AA is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 37 170 -
CMYK 0 0.83 0.24 0.13
HSL 317.1º 0.74% 0.51% -
HSV(B) 317.1º 0.83% 0.87% -
XYZ 38.35 19.91 39.85 -
YUV 107.78 163.12 210.19 -
System Red Green Blue C M Y K H S L
Decimal 223 37 170 0 0.83 0.24 0.13 317.1 0.74 0.51
Hex DF 25 AA 0 53 18 D 13D 4A 33
Octal 337 45 252 0 123 30 15 475 112 63
Binary 11011111 100101 10101010 0 1010011 11000 1101 100111101 1001010 110011

Color Harmonies of #DF25AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF25AA

Black with #DF25AA

Text Example


Text Example

White with #DF25AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF25AA; }

 p { color: rgb(223,37,170); }

 H1.HeaderClassName
 {
   color: #DF25AA;
 }
 .AnyTagClassName
 {
   color: #DF25AA;
 }
</style>

background-color css

<style>
 a { background-color: #DF25AA; }

 a { background-color: rgb(223,37,170); }

 div.DivClassName
 {
   background-color: #DF25AA;
 }
 .BgClassName
 {
   background-color: #DF25AA;
 }
</style>

border-color css

<style>
 span { border-color: #DF25AA; }

 span { border-color: rgb(223,37,170); }

 td.TdClassName
 {
   border-color: #DF25AA;
 }
 .TagClassName
 {
   border-color: #DF25AA;
 }
</style>