Html Css Color HEX #DE3BAA Persian Rose

📋 copy color: '#DE3BAA'

red 222 ◦ green 59 ◦ blue 170

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

Shades of Persian Rose #DE3BAA

Tints of Persian Rose #DE3BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.08%

 BLUE value IS 170 (66.8% from 255) = 37.69%

R = 49.22%
G = 13.08%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE3BAA (or 0xDE3BAA) is known color: Persian Rose. HEX triplet: DE, 3B and AA. RGB value is (222,59,170). Sum of RGB (Red+Green+Blue) = 222+59+170=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3BAA is #21C455. Grayscale: #787878. Windows color (decimal): -2212950 or 11156446. OLE color: 11156446.

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

Color convert

RGB 222 59 170 -
CMYK 0 0.73 0.23 0.13
HSL 319.14º 0.71% 0.55% -
HSV(B) 319.14º 0.73% 0.87% -
XYZ 38.94 21.56 40.14 -
YUV 120.39 156 200.47 -
System Red Green Blue C M Y K H S L
Decimal 222 59 170 0 0.73 0.23 0.13 319.14 0.71 0.55
Hex DE 3B AA 0 49 17 D 13F 47 37
Octal 336 73 252 0 111 27 15 477 107 67
Binary 11011110 111011 10101010 0 1001001 10111 1101 100111111 1000111 110111

Color Harmonies of #DE3BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3BAA

Black with #DE3BAA

Text Example


Text Example

White with #DE3BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3BAA; }

 p { color: rgb(222,59,170); }

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

background-color css

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

 a { background-color: rgb(222,59,170); }

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

border-color css

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

 span { border-color: rgb(222,59,170); }

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