#DD81C4

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

Shades of Tea Rose #DD81C4

Tints of Tea Rose #DD81C4

Color information

#DD81C4 (or 0xDD81C4) is unknown color: approx Tea Rose. HEX triplet: DD, 81 and C4. RGB value is (221,129,196). Sum of RGB (Red+Green+Blue) = 221+129+196=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81C4 is #227E3B. Grayscale: #A3A3A3. Windows color (decimal): -2260540 or 12878301. OLE color: 12878301.

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

Color convert

RGB221129196-
CMYK00.420.110.13
HSL316.3º57.5%68.63%-
HSV(B)316.3º41.63%86.67%-
XYZ47.6335.0656.48-
YUV164.15145.98168.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.48%
GREEN value IS 129 (50.78% from 255) = 23.63%
BLUE value IS 196 (76.95% from 255) = 35.90%
R=40.48%
G=23.63%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112919600.420.110.13316.357.568.63
HexDD81C402ABD13c3a45
Octal335201304052131547472105
Binary1101110110000001110001000101010101111011001111001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD81C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD81C4; }

 p { color: rgb(221,129,196); }

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

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

 a { background-color: rgb(221,129,196); }

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

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

 span { border-color: rgb(221,129,196); }

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