Html Css Color HEX #DB3AB0 Persian Rose

📋 copy color: '#DB3AB0'

red 219 ◦ green 58 ◦ blue 176

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

Shades of Persian Rose #DB3AB0

Tints of Persian Rose #DB3AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.85%

R = 48.34%
G = 12.8%
B = 38.85%

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

#DB3AB0 (or 0xDB3AB0) is known color: Persian Rose. HEX triplet: DB, 3A and B0. RGB value is (219,58,176). Sum of RGB (Red+Green+Blue) = 219+58+176=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3AB0 is #24C54F. Grayscale: #777777. Windows color (decimal): -2409808 or 11549403. OLE color: 11549403.

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

Color convert

RGB 219 58 176 -
CMYK 0 0.74 0.20 0.14
HSL 316.02º 0.69% 0.54% -
HSV(B) 316.02º 0.74% 0.86% -
XYZ 38.56 21.22 43.14 -
YUV 119.59 159.84 198.91 -
System Red Green Blue C M Y K H S L
Decimal 219 58 176 0 0.74 0.20 0.14 316.02 0.69 0.54
Hex DB 3A B0 0 4A 14 E 13C 45 36
Octal 333 72 260 0 112 24 16 474 105 66
Binary 11011011 111010 10110000 0 1001010 10100 1110 100111100 1000101 110110

Color Harmonies of #DB3AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3AB0

Black with #DB3AB0

Text Example


Text Example

White with #DB3AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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