Html Css Color HEX #DF88C8 Tea Rose

📋 copy color: '#DF88C8'

red 223 ◦ green 136 ◦ blue 200

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

Shades of Tea Rose #DF88C8

Tints of Tea Rose #DF88C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.78%

R = 39.89%
G = 24.33%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DF88C8 (or 0xDF88C8) is known color: Tea Rose. HEX triplet: DF, 88 and C8. RGB value is (223,136,200). Sum of RGB (Red+Green+Blue) = 223+136+200=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF88C8 is #207737. Grayscale: #A9A9A9. Windows color (decimal): -2127672 or 13142239. OLE color: 13142239.

HSL color Cylindrical-coordinate representation of color #DF88C8: hue angle of 315.86º 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 #DF88C8 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 136 200 -
CMYK 0 0.39 0.10 0.13
HSL 315.86º 0.58% 0.7% -
HSV(B) 315.86º 0.39% 0.87% -
XYZ 49.66 37.47 59.26 -
YUV 169.31 145.32 166.3 -
System Red Green Blue C M Y K H S L
Decimal 223 136 200 0 0.39 0.10 0.13 315.86 0.58 0.7
Hex DF 88 C8 0 27 A D 13C 3A 46
Octal 337 210 310 0 47 12 15 474 72 106
Binary 11011111 10001000 11001000 0 100111 1010 1101 100111100 111010 1000110

Color Harmonies of #DF88C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF88C8

Black with #DF88C8

Text Example


Text Example

White with #DF88C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF88C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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