#DE3CAB

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

Shades of Persian Rose #DE3CAB

Tints of Persian Rose #DE3CAB

Color information

#DE3CAB (or 0xDE3CAB) is unknown color: approx Persian Rose. HEX triplet: DE, 3C and AB. RGB value is (222,60,171). Sum of RGB (Red+Green+Blue) = 222+60+171=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3CAB is #21C354. Grayscale: #787878. Windows color (decimal): -2212693 or 11222238. OLE color: 11222238.

HSL color Cylindrical-coordinate representation of color #DE3CAB: hue angle of 318.89º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DE3CAB is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB22260171-
CMYK00.730.230.13
HSL318.89º71.05%55.29%-
HSV(B)318.89º72.97%87.06%-
XYZ39.0921.740.66-
YUV121.09156.17199.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.01%
GREEN value IS 60 (23.83% from 255) = 13.25%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=49.01%
G=13.25%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226017100.730.230.13318.8971.0555.29
HexDE3CAB04917D13f4737
Octal336742530111271547710767
Binary1101111011110010101011010010011011111011001111111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3CAB; }

 p { color: rgb(222,60,171); }

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

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

 a { background-color: rgb(222,60,171); }

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

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

 span { border-color: rgb(222,60,171); }

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