Html Css Color HEX #DE30AD Persian Rose

📋 copy color: '#DE30AD'

red 222 ◦ green 48 ◦ blue 173

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

Shades of Persian Rose #DE30AD

Tints of Persian Rose #DE30AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.05%

R = 50.11%
G = 10.84%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DE30AD (or 0xDE30AD) is known color: Persian Rose. HEX triplet: DE, 30 and AD. RGB value is (222,48,173). Sum of RGB (Red+Green+Blue) = 222+48+173=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DE30AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE30AD is #21CF52. Grayscale: #717171. Windows color (decimal): -2215763 or 11350238. OLE color: 11350238.

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

Color convert

RGB 222 48 173 -
CMYK 0 0.78 0.22 0.13
HSL 316.9º 0.73% 0.53% -
HSV(B) 316.9º 0.78% 0.87% -
XYZ 38.72 20.66 41.48 -
YUV 114.28 161.15 204.84 -
System Red Green Blue C M Y K H S L
Decimal 222 48 173 0 0.78 0.22 0.13 316.9 0.73 0.53
Hex DE 30 AD 0 4E 16 D 13D 48 35
Octal 336 60 255 0 116 26 15 475 110 65
Binary 11011110 110000 10101101 0 1001110 10110 1101 100111101 1001000 110101

Color Harmonies of #DE30AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE30AD

Black with #DE30AD

Text Example


Text Example

White with #DE30AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE30AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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