Html Css Color HEX #DB2AC5 Razzle Dazzle Rose

📋 copy color: '#DB2AC5'

red 219 ◦ green 42 ◦ blue 197

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

Shades of Razzle Dazzle Rose #DB2AC5

Tints of Razzle Dazzle Rose #DB2AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.01%

R = 47.82%
G = 9.17%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB2AC5 (or 0xDB2AC5) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2A and C5. RGB value is (219,42,197). Sum of RGB (Red+Green+Blue) = 219+42+197=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 42 (16.80% from 255 or 9.17% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2AC5 is #24D53A. Grayscale: #707070. Windows color (decimal): -2413883 or 12921563. OLE color: 12921563.

HSL color Cylindrical-coordinate representation of color #DB2AC5: hue angle of 307.46º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2AC5 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 42 197 -
CMYK 0 0.81 0.10 0.14
HSL 307.46º 0.71% 0.51% -
HSV(B) 307.46º 0.81% 0.86% -
XYZ 40.12 20.75 54.71 -
YUV 112.59 175.64 203.9 -
System Red Green Blue C M Y K H S L
Decimal 219 42 197 0 0.81 0.10 0.14 307.46 0.71 0.51
Hex DB 2A C5 0 51 A E 133 47 33
Octal 333 52 305 0 121 12 16 463 107 63
Binary 11011011 101010 11000101 0 1010001 1010 1110 100110011 1000111 110011

Color Harmonies of #DB2AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2AC5

Black with #DB2AC5

Text Example


Text Example

White with #DB2AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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