Html Css Color HEX #DF85C4 Tea Rose

📋 copy color: '#DF85C4'

red 223 ◦ green 133 ◦ blue 196

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

Shades of Tea Rose #DF85C4

Tints of Tea Rose #DF85C4

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.09%

 BLUE value IS 196 (76.95% from 255) = 35.51%

R = 40.4%
G = 24.09%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DF85C4 (or 0xDF85C4) is known color: Tea Rose. HEX triplet: DF, 85 and C4. RGB value is (223,133,196). Sum of RGB (Red+Green+Blue) = 223+133+196=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DF85C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF85C4 is #207A3B. Grayscale: #A6A6A6. Windows color (decimal): -2128444 or 12879327. OLE color: 12879327.

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

Color convert

RGB 223 133 196 -
CMYK 0 0.40 0.12 0.13
HSL 318º 0.58% 0.7% -
HSV(B) 318º 0.4% 0.87% -
XYZ 48.78 36.45 56.69 -
YUV 167.09 144.32 167.88 -
System Red Green Blue C M Y K H S L
Decimal 223 133 196 0 0.40 0.12 0.13 318 0.58 0.7
Hex DF 85 C4 0 28 C D 13E 3A 46
Octal 337 205 304 0 50 14 15 476 72 106
Binary 11011111 10000101 11000100 0 101000 1100 1101 100111110 111010 1000110

Color Harmonies of #DF85C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF85C4

Black with #DF85C4

Text Example


Text Example

White with #DF85C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF85C4; }

 p { color: rgb(223,133,196); }

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

background-color css

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

 a { background-color: rgb(223,133,196); }

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

border-color css

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

 span { border-color: rgb(223,133,196); }

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