Html Css Color HEX #DB38AD Persian Rose

📋 copy color: '#DB38AD'

red 219 ◦ green 56 ◦ blue 173

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

Shades of Persian Rose #DB38AD

Tints of Persian Rose #DB38AD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.5%

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

R = 48.88%
G = 12.5%
B = 38.62%

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

#DB38AD (or 0xDB38AD) is known color: Persian Rose. HEX triplet: DB, 38 and AD. RGB value is (219,56,173). Sum of RGB (Red+Green+Blue) = 219+56+173=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB38AD is #24C752. Grayscale: #757575. Windows color (decimal): -2410323 or 11352283. OLE color: 11352283.

HSL color Cylindrical-coordinate representation of color #DB38AD: hue angle of 316.93º 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 #DB38AD is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 56 173 -
CMYK 0 0.74 0.21 0.14
HSL 316.93º 0.69% 0.54% -
HSV(B) 316.93º 0.74% 0.86% -
XYZ 38.17 20.91 41.56 -
YUV 118.08 159 199.99 -
System Red Green Blue C M Y K H S L
Decimal 219 56 173 0 0.74 0.21 0.14 316.93 0.69 0.54
Hex DB 38 AD 0 4A 15 E 13D 45 36
Octal 333 70 255 0 112 25 16 475 105 66
Binary 11011011 111000 10101101 0 1001010 10101 1110 100111101 1000101 110110

Color Harmonies of #DB38AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB38AD

Black with #DB38AD

Text Example


Text Example

White with #DB38AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB38AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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