#DF83C4

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

Shades of Tea Rose #DF83C4

Tints of Tea Rose #DF83C4

Color information

#DF83C4 (or 0xDF83C4) is unknown color: approx Tea Rose. HEX triplet: DF, 83 and C4. RGB value is (223,131,196). Sum of RGB (Red+Green+Blue) = 223+131+196=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 131 (51.56% from 255 or 23.82% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83C4 is #207C3B. Grayscale: #A5A5A5. Windows color (decimal): -2128956 or 12878815. OLE color: 12878815.

HSL color Cylindrical-coordinate representation of color #DF83C4: hue angle of 317.61º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF83C4 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB223131196-
CMYK00.410.120.13
HSL317.61º58.97%69.41%-
HSV(B)317.61º41.26%87.45%-
XYZ48.5135.9156.6-
YUV165.92144.98168.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.55%
GREEN value IS 131 (51.56% from 255) = 23.82%
BLUE value IS 196 (76.95% from 255) = 35.64%
R=40.55%
G=23.82%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313119600.410.120.13317.6158.9769.41
HexDF83C4029CD13e3b45
Octal337203304051141547673105
Binary1101111110000011110001000101001110011011001111101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF83C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF83C4; }

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

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

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

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

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

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

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

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