Html Css Color HEX #DE30AB Persian Rose

📋 copy color: '#DE30AB'

red 222 ◦ green 48 ◦ blue 171

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

Shades of Persian Rose #DE30AB

Tints of Persian Rose #DE30AB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.88%

 BLUE value IS 171 (67.19% from 255) = 38.78%

R = 50.34%
G = 10.88%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE30AB (or 0xDE30AB) is known color: Persian Rose. HEX triplet: DE, 30 and AB. RGB value is (222,48,171). Sum of RGB (Red+Green+Blue) = 222+48+171=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE30AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE30AB is #21CF54. Grayscale: #717171. Windows color (decimal): -2215765 or 11219166. OLE color: 11219166.

HSL color Cylindrical-coordinate representation of color #DE30AB: hue angle of 317.59º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE30AB is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 48 171 -
CMYK 0 0.78 0.23 0.13
HSL 317.59º 0.73% 0.53% -
HSV(B) 317.59º 0.78% 0.87% -
XYZ 38.53 20.58 40.47 -
YUV 114.05 160.15 205 -
System Red Green Blue C M Y K H S L
Decimal 222 48 171 0 0.78 0.23 0.13 317.59 0.73 0.53
Hex DE 30 AB 0 4E 17 D 13E 48 35
Octal 336 60 253 0 116 27 15 476 110 65
Binary 11011110 110000 10101011 0 1001110 10111 1101 100111110 1001000 110101

Color Harmonies of #DE30AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE30AB

Black with #DE30AB

Text Example


Text Example

White with #DE30AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE30AB; }

 p { color: rgb(222,48,171); }

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

background-color css

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

 a { background-color: rgb(222,48,171); }

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

border-color css

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

 span { border-color: rgb(222,48,171); }

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