Html Css Color HEX #DB2AE0 Razzle Dazzle Rose

📋 copy color: '#DB2AE0'

red 219 ◦ green 42 ◦ blue 224

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

Shades of Razzle Dazzle Rose #DB2AE0

Tints of Razzle Dazzle Rose #DB2AE0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.66%

 BLUE value IS 224 (87.89% from 255) = 46.19%

R = 45.15%
G = 8.66%
B = 46.19%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB2AE0 (or 0xDB2AE0) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2A and E0. RGB value is (219,42,224). Sum of RGB (Red+Green+Blue) = 219+42+224=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 42 (16.80% from 255 or 8.66% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB2AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2AE0 is #24D51F. Grayscale: #737373. Windows color (decimal): -2413856 or 14691035. OLE color: 14691035.

HSL color Cylindrical-coordinate representation of color #DB2AE0: hue angle of 298.35º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2AE0 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 42 224 -
CMYK 0.02 0.81 0 0.12
HSL 298.35º 0.75% 0.52% -
HSV(B) 298.35º 0.81% 0.88% -
XYZ 43.5 22.1 72.49 -
YUV 115.67 189.14 201.7 -
System Red Green Blue C M Y K H S L
Decimal 219 42 224 0.02 0.81 0 0.12 298.35 0.75 0.52
Hex DB 2A E0 2 51 0 C 12A 4B 34
Octal 333 52 340 2 121 0 14 452 113 64
Binary 11011011 101010 11100000 10 1010001 0 1100 100101010 1001011 110100

Color Harmonies of #DB2AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2AE0

Black with #DB2AE0

Text Example


Text Example

White with #DB2AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2AE0; }

 p { color: rgb(219,42,224); }

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

background-color css

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

 a { background-color: rgb(219,42,224); }

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

border-color css

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

 span { border-color: rgb(219,42,224); }

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