Html Css Color HEX #DB3AAE Persian Rose

📋 copy color: '#DB3AAE'

red 219 ◦ green 58 ◦ blue 174

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

Shades of Persian Rose #DB3AAE

Tints of Persian Rose #DB3AAE

RGB

 RED value IS 219 (85.94% from 255) = 48.56%

 GREEN value IS 58 (23.05% from 255) = 12.86%

 BLUE value IS 174 (68.36% from 255) = 38.58%

R = 48.56%
G = 12.86%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB3AAE (or 0xDB3AAE) is known color: Persian Rose. HEX triplet: DB, 3A and AE. RGB value is (219,58,174). Sum of RGB (Red+Green+Blue) = 219+58+174=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3AAE is #24C551. Grayscale: #777777. Windows color (decimal): -2409810 or 11418331. OLE color: 11418331.

HSL color Cylindrical-coordinate representation of color #DB3AAE: hue angle of 316.77º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3AAE is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 58 174 -
CMYK 0 0.74 0.21 0.14
HSL 316.77º 0.69% 0.54% -
HSV(B) 316.77º 0.74% 0.86% -
XYZ 38.37 21.14 42.1 -
YUV 119.36 158.84 199.07 -
System Red Green Blue C M Y K H S L
Decimal 219 58 174 0 0.74 0.21 0.14 316.77 0.69 0.54
Hex DB 3A AE 0 4A 15 E 13D 45 36
Octal 333 72 256 0 112 25 16 475 105 66
Binary 11011011 111010 10101110 0 1001010 10101 1110 100111101 1000101 110110

Color Harmonies of #DB3AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3AAE

Black with #DB3AAE

Text Example


Text Example

White with #DB3AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3AAE; }

 p { color: rgb(219,58,174); }

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

background-color css

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

 a { background-color: rgb(219,58,174); }

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

border-color css

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

 span { border-color: rgb(219,58,174); }

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