#DE34B0

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

Shades of Persian Rose #DE34B0

Tints of Persian Rose #DE34B0

Color information

#DE34B0 (or 0xDE34B0) is unknown color: approx Persian Rose. HEX triplet: DE, 34 and B0. RGB value is (222,52,176). Sum of RGB (Red+Green+Blue) = 222+52+176=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE34B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE34B0 is #21CB4F. Grayscale: #747474. Windows color (decimal): -2214736 or 11547870. OLE color: 11547870.

HSL color Cylindrical-coordinate representation of color #DE34B0: hue angle of 316.24º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE34B0 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB22252176-
CMYK00.770.210.13
HSL316.24º72.03%53.73%-
HSV(B)316.24º76.58%87.06%-
XYZ39.1921.1243.09-
YUV116.97161.32202.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.33%
GREEN value IS 52 (20.70% from 255) = 11.56%
BLUE value IS 176 (69.14% from 255) = 39.11%
R=49.33%
G=11.56%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225217600.770.210.13316.2472.0353.73
HexDE34B004D15D13c4836
Octal336642600115251547411066
Binary1101111011010010110000010011011010111011001111001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE34B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE34B0; }

 p { color: rgb(222,52,176); }

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

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

 a { background-color: rgb(222,52,176); }

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

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

 span { border-color: rgb(222,52,176); }

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