#DC83C1

Color #DC83C1 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #DC83C1

Tints of Tea Rose #DC83C1

Color information

#DC83C1 (or 0xDC83C1) is unknown color: approx Tea Rose. HEX triplet: DC, 83 and C1. RGB value is (220,131,193). Sum of RGB (Red+Green+Blue) = 220+131+193=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 131 (51.56% from 255 or 24.08% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC83C1 is #237C3E. Grayscale: #A4A4A4. Windows color (decimal): -2325567 or 12682204. OLE color: 12682204.

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

Color convert

RGB220131193-
CMYK00.400.120.14
HSL318.2º55.97%68.82%-
HSV(B)318.2º40.45%86.27%-
XYZ47.2635.354.77-
YUV164.68143.99167.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.44%
GREEN value IS 131 (51.56% from 255) = 24.08%
BLUE value IS 193 (75.78% from 255) = 35.48%
R=40.44%
G=24.08%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013119300.400.120.14318.255.9768.82
HexDC83C1028CE13e3845
Octal334203301050141647670105
Binary1101110010000011110000010101000110011101001111101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC83C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC83C1; }

 p { color: rgb(220,131,193); }

 H1.HeaderClassName
 {
   color: #DC83C1;
 }
 .AnyTagClassName
 {
   color: #DC83C1;
 }
</style>
background-color css

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

 a { background-color: rgb(220,131,193); }

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

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

 span { border-color: rgb(220,131,193); }

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