#DE34AF

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

Shades of Persian Rose #DE34AF

Tints of Persian Rose #DE34AF

Color information

#DE34AF (or 0xDE34AF) is unknown color: approx Persian Rose. HEX triplet: DE, 34 and AF. RGB value is (222,52,175). Sum of RGB (Red+Green+Blue) = 222+52+175=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE34AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE34AF is #21CB50. Grayscale: #747474. Windows color (decimal): -2214737 or 11482334. OLE color: 11482334.

HSL color Cylindrical-coordinate representation of color #DE34AF: hue angle of 316.59º 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 #DE34AF is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB22252175-
CMYK00.770.210.13
HSL316.59º72.03%53.73%-
HSV(B)316.59º76.58%87.06%-
XYZ39.0921.0842.57-
YUV116.85160.82203-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.44%
GREEN value IS 52 (20.70% from 255) = 11.58%
BLUE value IS 175 (68.75% from 255) = 38.98%
R=49.44%
G=11.58%
B=38.98%

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
Decimal2225217500.770.210.13316.5972.0353.73
HexDE34AF04D15D13d4836
Octal336642570115251547511066
Binary1101111011010010101111010011011010111011001111011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE34AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE34AF; }

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

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

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

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

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

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

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

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