Html Css Color HEX #DE2FA6 Persian Rose

📋 copy color: '#DE2FA6'

red 222 ◦ green 47 ◦ blue 166

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

Shades of Persian Rose #DE2FA6

Tints of Persian Rose #DE2FA6

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.8%

 BLUE value IS 166 (65.23% from 255) = 38.16%

R = 51.03%
G = 10.8%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DE2FA6 (or 0xDE2FA6) is known color: Persian Rose. HEX triplet: DE, 2F and A6. RGB value is (222,47,166). Sum of RGB (Red+Green+Blue) = 222+47+166=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2FA6 is #21D059. Grayscale: #707070. Windows color (decimal): -2216026 or 10891230. OLE color: 10891230.

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

Color convert

RGB 222 47 166 -
CMYK 0 0.79 0.25 0.13
HSL 319.2º 0.73% 0.53% -
HSV(B) 319.2º 0.79% 0.87% -
XYZ 38.02 20.32 37.99 -
YUV 112.89 157.98 205.82 -
System Red Green Blue C M Y K H S L
Decimal 222 47 166 0 0.79 0.25 0.13 319.2 0.73 0.53
Hex DE 2F A6 0 4F 19 D 13F 49 35
Octal 336 57 246 0 117 31 15 477 111 65
Binary 11011110 101111 10100110 0 1001111 11001 1101 100111111 1001001 110101

Color Harmonies of #DE2FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2FA6

Black with #DE2FA6

Text Example


Text Example

White with #DE2FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2FA6; }

 p { color: rgb(222,47,166); }

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

background-color css

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

 a { background-color: rgb(222,47,166); }

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

border-color css

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

 span { border-color: rgb(222,47,166); }

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