Html Css Color HEX #DE34AF Persian Rose

📋 copy color: '#DE34AF'

red 222 ◦ green 52 ◦ blue 175

#DE34AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #DE34AF

Tints of Persian Rose #DE34AF

RGB

 RED value IS 222 (87.11% from 255) = 49.44%

 GREEN value IS 52 (20.7% 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 value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DE34AF (or 0xDE34AF) is known color: 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

RGB 222 52 175 -
CMYK 0 0.77 0.21 0.13
HSL 316.59º 0.72% 0.54% -
HSV(B) 316.59º 0.77% 0.87% -
XYZ 39.09 21.08 42.57 -
YUV 116.85 160.82 203 -
System Red Green Blue C M Y K H S L
Decimal 222 52 175 0 0.77 0.21 0.13 316.59 0.72 0.54
Hex DE 34 AF 0 4D 15 D 13D 48 36
Octal 336 64 257 0 115 25 15 475 110 66
Binary 11011110 110100 10101111 0 1001101 10101 1101 100111101 1001000 110110

Color Harmonies of #DE34AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE34AF

Black with #DE34AF

Text Example


Text Example

White with #DE34AF

Text Example


Text Example

HTML Codes & Css Web 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>