Html Css Color HEX #DC84C3 Tea Rose

📋 copy color: '#DC84C3'

red 220 ◦ green 132 ◦ blue 195

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

Shades of Tea Rose #DC84C3

Tints of Tea Rose #DC84C3

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.13%

 BLUE value IS 195 (76.56% from 255) = 35.65%

R = 40.22%
G = 24.13%
B = 35.65%

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

#DC84C3 (or 0xDC84C3) is known color: Tea Rose. HEX triplet: DC, 84 and C3. RGB value is (220,132,195). Sum of RGB (Red+Green+Blue) = 220+132+195=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 195 (76.56% from 255 or 35.65% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84C3 is #237B3C. Grayscale: #A5A5A5. Windows color (decimal): -2325309 or 12813532. OLE color: 12813532.

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

Color convert

RGB 220 132 195 -
CMYK 0 0.40 0.11 0.14
HSL 317.05º 0.56% 0.69% -
HSV(B) 317.05º 0.4% 0.86% -
XYZ 47.62 35.66 56 -
YUV 165.49 144.65 166.88 -
System Red Green Blue C M Y K H S L
Decimal 220 132 195 0 0.40 0.11 0.14 317.05 0.56 0.69
Hex DC 84 C3 0 28 B E 13D 38 45
Octal 334 204 303 0 50 13 16 475 70 105
Binary 11011100 10000100 11000011 0 101000 1011 1110 100111101 111000 1000101

Color Harmonies of #DC84C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC84C3

Black with #DC84C3

Text Example


Text Example

White with #DC84C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC84C3; }

 p { color: rgb(220,132,195); }

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

background-color css

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

 a { background-color: rgb(220,132,195); }

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

border-color css

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

 span { border-color: rgb(220,132,195); }

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