Html Css Color HEX #DB36AE Persian Rose

📋 copy color: '#DB36AE'

red 219 ◦ green 54 ◦ blue 174

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

Shades of Persian Rose #DB36AE

Tints of Persian Rose #DB36AE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.08%

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

R = 48.99%
G = 12.08%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB36AE (or 0xDB36AE) is known color: Persian Rose. HEX triplet: DB, 36 and AE. RGB value is (219,54,174). Sum of RGB (Red+Green+Blue) = 219+54+174=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 54 (21.48% from 255 or 12.08% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB36AE is #24C951. Grayscale: #747474. Windows color (decimal): -2410834 or 11417307. OLE color: 11417307.

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

Color convert

RGB 219 54 174 -
CMYK 0 0.75 0.21 0.14
HSL 316.36º 0.7% 0.54% -
HSV(B) 316.36º 0.75% 0.86% -
XYZ 38.17 20.75 42.04 -
YUV 117.02 160.16 200.74 -
System Red Green Blue C M Y K H S L
Decimal 219 54 174 0 0.75 0.21 0.14 316.36 0.7 0.54
Hex DB 36 AE 0 4B 15 E 13C 46 36
Octal 333 66 256 0 113 25 16 474 106 66
Binary 11011011 110110 10101110 0 1001011 10101 1110 100111100 1000110 110110

Color Harmonies of #DB36AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB36AE

Black with #DB36AE

Text Example


Text Example

White with #DB36AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB36AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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