Html Css Color HEX #DE2BA6 Persian Rose

📋 copy color: '#DE2BA6'

red 222 ◦ green 43 ◦ blue 166

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

Shades of Persian Rose #DE2BA6

Tints of Persian Rose #DE2BA6

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.98%

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

R = 51.51%
G = 9.98%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DE2BA6 (or 0xDE2BA6) is known color: Persian Rose. HEX triplet: DE, 2B and A6. RGB value is (222,43,166). Sum of RGB (Red+Green+Blue) = 222+43+166=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2BA6 is #21D459. Grayscale: #6E6E6E. Windows color (decimal): -2217050 or 10890206. OLE color: 10890206.

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

Color convert

RGB 222 43 166 -
CMYK 0 0.81 0.25 0.13
HSL 318.77º 0.73% 0.52% -
HSV(B) 318.77º 0.81% 0.87% -
XYZ 37.87 20.01 37.94 -
YUV 110.54 159.3 207.5 -
System Red Green Blue C M Y K H S L
Decimal 222 43 166 0 0.81 0.25 0.13 318.77 0.73 0.52
Hex DE 2B A6 0 51 19 D 13F 49 34
Octal 336 53 246 0 121 31 15 477 111 64
Binary 11011110 101011 10100110 0 1010001 11001 1101 100111111 1001001 110100

Color Harmonies of #DE2BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2BA6

Black with #DE2BA6

Text Example


Text Example

White with #DE2BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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