Html Css Color HEX #DB39AF Persian Rose

📋 copy color: '#DB39AF'

red 219 ◦ green 57 ◦ blue 175

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

Shades of Persian Rose #DB39AF

Tints of Persian Rose #DB39AF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.64%

 BLUE value IS 175 (68.75% from 255) = 38.8%

R = 48.56%
G = 12.64%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB39AF (or 0xDB39AF) is known color: Persian Rose. HEX triplet: DB, 39 and AF. RGB value is (219,57,175). Sum of RGB (Red+Green+Blue) = 219+57+175=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 57 (22.66% from 255 or 12.64% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB39AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB39AF is #24C650. Grayscale: #767676. Windows color (decimal): -2410065 or 11483611. OLE color: 11483611.

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

Color convert

RGB 219 57 175 -
CMYK 0 0.74 0.20 0.14
HSL 316.3º 0.69% 0.54% -
HSV(B) 316.3º 0.74% 0.86% -
XYZ 38.41 21.08 42.6 -
YUV 118.89 159.67 199.41 -
System Red Green Blue C M Y K H S L
Decimal 219 57 175 0 0.74 0.20 0.14 316.3 0.69 0.54
Hex DB 39 AF 0 4A 14 E 13C 45 36
Octal 333 71 257 0 112 24 16 474 105 66
Binary 11011011 111001 10101111 0 1001010 10100 1110 100111100 1000101 110110

Color Harmonies of #DB39AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB39AF

Black with #DB39AF

Text Example


Text Example

White with #DB39AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB39AF; }

 p { color: rgb(219,57,175); }

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

background-color css

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

 a { background-color: rgb(219,57,175); }

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

border-color css

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

 span { border-color: rgb(219,57,175); }

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