Html Css Color HEX #DB34AD Persian Rose

📋 copy color: '#DB34AD'

red 219 ◦ green 52 ◦ blue 173

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

Shades of Persian Rose #DB34AD

Tints of Persian Rose #DB34AD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.71%

 BLUE value IS 173 (67.97% from 255) = 38.96%

R = 49.32%
G = 11.71%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB34AD (or 0xDB34AD) is known color: Persian Rose. HEX triplet: DB, 34 and AD. RGB value is (219,52,173). Sum of RGB (Red+Green+Blue) = 219+52+173=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB34AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB34AD is #24CB52. Grayscale: #737373. Windows color (decimal): -2411347 or 11351259. OLE color: 11351259.

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

Color convert

RGB 219 52 173 -
CMYK 0 0.76 0.21 0.14
HSL 316.53º 0.7% 0.53% -
HSV(B) 316.53º 0.76% 0.86% -
XYZ 37.98 20.53 41.5 -
YUV 115.73 160.33 201.66 -
System Red Green Blue C M Y K H S L
Decimal 219 52 173 0 0.76 0.21 0.14 316.53 0.7 0.53
Hex DB 34 AD 0 4C 15 E 13D 46 35
Octal 333 64 255 0 114 25 16 475 106 65
Binary 11011011 110100 10101101 0 1001100 10101 1110 100111101 1000110 110101

Color Harmonies of #DB34AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB34AD

Black with #DB34AD

Text Example


Text Example

White with #DB34AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB34AD; }

 p { color: rgb(219,52,173); }

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

background-color css

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

 a { background-color: rgb(219,52,173); }

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

border-color css

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

 span { border-color: rgb(219,52,173); }

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