Html Css Color HEX #DE34A8 Persian Rose

📋 copy color: '#DE34A8'

red 222 ◦ green 52 ◦ blue 168

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

Shades of Persian Rose #DE34A8

Tints of Persian Rose #DE34A8

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.76%

 BLUE value IS 168 (66.02% from 255) = 38.01%

R = 50.23%
G = 11.76%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DE34A8 (or 0xDE34A8) is known color: Persian Rose. HEX triplet: DE, 34 and A8. RGB value is (222,52,168). Sum of RGB (Red+Green+Blue) = 222+52+168=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE34A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE34A8 is #21CB57. Grayscale: #737373. Windows color (decimal): -2214744 or 11023582. OLE color: 11023582.

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

Color convert

RGB 222 52 168 -
CMYK 0 0.77 0.24 0.13
HSL 319.06º 0.72% 0.54% -
HSV(B) 319.06º 0.77% 0.87% -
XYZ 38.42 20.81 39.04 -
YUV 116.05 157.32 203.57 -
System Red Green Blue C M Y K H S L
Decimal 222 52 168 0 0.77 0.24 0.13 319.06 0.72 0.54
Hex DE 34 A8 0 4D 18 D 13F 48 36
Octal 336 64 250 0 115 30 15 477 110 66
Binary 11011110 110100 10101000 0 1001101 11000 1101 100111111 1001000 110110

Color Harmonies of #DE34A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE34A8

Black with #DE34A8

Text Example


Text Example

White with #DE34A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE34A8; }

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

 H1.HeaderClassName
 {
   color: #DE34A8;
 }
 .AnyTagClassName
 {
   color: #DE34A8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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