Html Css Color HEX #DC85C5 Tea Rose

📋 copy color: '#DC85C5'

red 220 ◦ green 133 ◦ blue 197

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

Shades of Tea Rose #DC85C5

Tints of Tea Rose #DC85C5

RGB

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

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

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

R = 40%
G = 24.18%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC85C5 (or 0xDC85C5) is known color: Tea Rose. HEX triplet: DC, 85 and C5. RGB value is (220,133,197). Sum of RGB (Red+Green+Blue) = 220+133+197=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC85C5 is #237A3A. Grayscale: #A6A6A6. Windows color (decimal): -2325051 or 12944860. OLE color: 12944860.

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

Color convert

RGB 220 133 197 -
CMYK 0 0.40 0.10 0.14
HSL 315.86º 0.55% 0.69% -
HSV(B) 315.86º 0.4% 0.86% -
XYZ 47.98 36.02 57.25 -
YUV 166.31 145.32 166.3 -
System Red Green Blue C M Y K H S L
Decimal 220 133 197 0 0.40 0.10 0.14 315.86 0.55 0.69
Hex DC 85 C5 0 28 A E 13C 37 45
Octal 334 205 305 0 50 12 16 474 67 105
Binary 11011100 10000101 11000101 0 101000 1010 1110 100111100 110111 1000101

Color Harmonies of #DC85C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC85C5

Black with #DC85C5

Text Example


Text Example

White with #DC85C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC85C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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