Html Css Color HEX #DF88B6 Shocking

📋 copy color: '#DF88B6'

red 223 ◦ green 136 ◦ blue 182

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

Shades of Shocking #DF88B6

Tints of Shocking #DF88B6

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.14%

 BLUE value IS 182 (71.48% from 255) = 33.64%

R = 41.22%
G = 25.14%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DF88B6 (or 0xDF88B6) is known color: Shocking. HEX triplet: DF, 88 and B6. RGB value is (223,136,182). Sum of RGB (Red+Green+Blue) = 223+136+182=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 182 (71.48% from 255 or 33.64% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF88B6 is #207749. Grayscale: #A7A7A7. Windows color (decimal): -2127690 or 11962591. OLE color: 11962591.

HSL color Cylindrical-coordinate representation of color #DF88B6: hue angle of 328.28º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF88B6 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 136 182 -
CMYK 0 0.39 0.18 0.13
HSL 328.28º 0.58% 0.7% -
HSV(B) 328.28º 0.39% 0.87% -
XYZ 47.68 36.67 48.82 -
YUV 167.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 223 136 182 0 0.39 0.18 0.13 328.28 0.58 0.7
Hex DF 88 B6 0 27 12 D 148 3A 46
Octal 337 210 266 0 47 22 15 510 72 106
Binary 11011111 10001000 10110110 0 100111 10010 1101 101001000 111010 1000110

Color Harmonies of #DF88B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF88B6

Black with #DF88B6

Text Example


Text Example

White with #DF88B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF88B6; }

 p { color: rgb(223,136,182); }

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

background-color css

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

 a { background-color: rgb(223,136,182); }

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

border-color css

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

 span { border-color: rgb(223,136,182); }

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