Html Css Color HEX #DF96C9 Shocking

📋 copy color: '#DF96C9'

red 223 ◦ green 150 ◦ blue 201

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

Shades of Shocking #DF96C9

Tints of Shocking #DF96C9

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.13%

 BLUE value IS 201 (78.91% from 255) = 35.02%

R = 38.85%
G = 26.13%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DF96C9 (or 0xDF96C9) is known color: Shocking. HEX triplet: DF, 96 and C9. RGB value is (223,150,201). Sum of RGB (Red+Green+Blue) = 223+150+201=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96C9 is #206936. Grayscale: #B1B1B1. Windows color (decimal): -2124087 or 13211359. OLE color: 13211359.

HSL color Cylindrical-coordinate representation of color #DF96C9: hue angle of 318.08º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF96C9 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 150 201 -
CMYK 0 0.33 0.10 0.13
HSL 318.08º 0.53% 0.73% -
HSV(B) 318.08º 0.33% 0.87% -
XYZ 51.88 41.72 60.58 -
YUV 177.64 141.18 160.35 -
System Red Green Blue C M Y K H S L
Decimal 223 150 201 0 0.33 0.10 0.13 318.08 0.53 0.73
Hex DF 96 C9 0 21 A D 13E 35 49
Octal 337 226 311 0 41 12 15 476 65 111
Binary 11011111 10010110 11001001 0 100001 1010 1101 100111110 110101 1001001

Color Harmonies of #DF96C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF96C9

Black with #DF96C9

Text Example


Text Example

White with #DF96C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF96C9; }

 p { color: rgb(223,150,201); }

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

background-color css

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

 a { background-color: rgb(223,150,201); }

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

border-color css

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

 span { border-color: rgb(223,150,201); }

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