Html Css Color HEX #DB3AB4 Razzle Dazzle Rose

📋 copy color: '#DB3AB4'

red 219 ◦ green 58 ◦ blue 180

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

Shades of Razzle Dazzle Rose #DB3AB4

Tints of Razzle Dazzle Rose #DB3AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.39%

R = 47.92%
G = 12.69%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB3AB4 (or 0xDB3AB4) is known color: Razzle Dazzle Rose. HEX triplet: DB, 3A and B4. RGB value is (219,58,180). Sum of RGB (Red+Green+Blue) = 219+58+180=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3AB4 is #24C54B. Grayscale: #777777. Windows color (decimal): -2409804 or 11811547. OLE color: 11811547.

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

Color convert

RGB 219 58 180 -
CMYK 0 0.74 0.18 0.14
HSL 314.53º 0.69% 0.54% -
HSV(B) 314.53º 0.74% 0.86% -
XYZ 38.96 21.38 45.25 -
YUV 120.05 161.84 198.58 -
System Red Green Blue C M Y K H S L
Decimal 219 58 180 0 0.74 0.18 0.14 314.53 0.69 0.54
Hex DB 3A B4 0 4A 12 E 13B 45 36
Octal 333 72 264 0 112 22 16 473 105 66
Binary 11011011 111010 10110100 0 1001010 10010 1110 100111011 1000101 110110

Color Harmonies of #DB3AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3AB4

Black with #DB3AB4

Text Example


Text Example

White with #DB3AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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