Html Css Color HEX #DC85C4 Tea Rose

📋 copy color: '#DC85C4'

red 220 ◦ green 133 ◦ blue 196

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

Shades of Tea Rose #DC85C4

Tints of Tea Rose #DC85C4

RGB

 RED value IS 220 (86.33% from 255) = 40.07%

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

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

R = 40.07%
G = 24.23%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC85C4 (or 0xDC85C4) is known color: Tea Rose. HEX triplet: DC, 85 and C4. RGB value is (220,133,196). Sum of RGB (Red+Green+Blue) = 220+133+196=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC85C4 is #237A3B. Grayscale: #A6A6A6. Windows color (decimal): -2325052 or 12879324. OLE color: 12879324.

HSL color Cylindrical-coordinate representation of color #DC85C4: hue angle of 316.55º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC85C4 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 133 196 -
CMYK 0 0.40 0.11 0.14
HSL 316.55º 0.55% 0.69% -
HSV(B) 316.55º 0.4% 0.86% -
XYZ 47.87 35.98 56.65 -
YUV 166.2 144.82 166.38 -
System Red Green Blue C M Y K H S L
Decimal 220 133 196 0 0.40 0.11 0.14 316.55 0.55 0.69
Hex DC 85 C4 0 28 B E 13D 37 45
Octal 334 205 304 0 50 13 16 475 67 105
Binary 11011100 10000101 11000100 0 101000 1011 1110 100111101 110111 1000101

Color Harmonies of #DC85C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC85C4

Black with #DC85C4

Text Example


Text Example

White with #DC85C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC85C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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