Html Css Color HEX #DF87C5 Tea Rose

📋 copy color: '#DF87C5'

red 223 ◦ green 135 ◦ blue 197

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

Shades of Tea Rose #DF87C5

Tints of Tea Rose #DF87C5

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.32%

 BLUE value IS 197 (77.34% from 255) = 35.5%

R = 40.18%
G = 24.32%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DF87C5 (or 0xDF87C5) is known color: Tea Rose. HEX triplet: DF, 87 and C5. RGB value is (223,135,197). Sum of RGB (Red+Green+Blue) = 223+135+197=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 135 (53.12% from 255 or 24.32% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF87C5 is #20783A. Grayscale: #A8A8A8. Windows color (decimal): -2127931 or 12945375. OLE color: 12945375.

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

Color convert

RGB 223 135 197 -
CMYK 0 0.39 0.12 0.13
HSL 317.73º 0.58% 0.7% -
HSV(B) 317.73º 0.39% 0.87% -
XYZ 49.17 37.05 57.38 -
YUV 168.38 144.15 166.96 -
System Red Green Blue C M Y K H S L
Decimal 223 135 197 0 0.39 0.12 0.13 317.73 0.58 0.7
Hex DF 87 C5 0 27 C D 13E 3A 46
Octal 337 207 305 0 47 14 15 476 72 106
Binary 11011111 10000111 11000101 0 100111 1100 1101 100111110 111010 1000110

Color Harmonies of #DF87C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF87C5

Black with #DF87C5

Text Example


Text Example

White with #DF87C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF87C5; }

 p { color: rgb(223,135,197); }

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

background-color css

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

 a { background-color: rgb(223,135,197); }

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

border-color css

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

 span { border-color: rgb(223,135,197); }

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