Html Css Color HEX #DE34B1 Persian Rose

📋 copy color: '#DE34B1'

red 222 ◦ green 52 ◦ blue 177

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

Shades of Persian Rose #DE34B1

Tints of Persian Rose #DE34B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.25%

R = 49.22%
G = 11.53%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DE34B1 (or 0xDE34B1) is known color: Persian Rose. HEX triplet: DE, 34 and B1. RGB value is (222,52,177). Sum of RGB (Red+Green+Blue) = 222+52+177=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE34B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE34B1 is #21CB4E. Grayscale: #747474. Windows color (decimal): -2214735 or 11613406. OLE color: 11613406.

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

Color convert

RGB 222 52 177 -
CMYK 0 0.77 0.20 0.13
HSL 315.88º 0.72% 0.54% -
HSV(B) 315.88º 0.77% 0.87% -
XYZ 39.29 21.16 43.61 -
YUV 117.08 161.82 202.84 -
System Red Green Blue C M Y K H S L
Decimal 222 52 177 0 0.77 0.20 0.13 315.88 0.72 0.54
Hex DE 34 B1 0 4D 14 D 13C 48 36
Octal 336 64 261 0 115 24 15 474 110 66
Binary 11011110 110100 10110001 0 1001101 10100 1101 100111100 1001000 110110

Color Harmonies of #DE34B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE34B1

Black with #DE34B1

Text Example


Text Example

White with #DE34B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE34B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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