Html Css Color HEX #DB3AC5 Razzle Dazzle Rose

📋 copy color: '#DB3AC5'

red 219 ◦ green 58 ◦ blue 197

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

Shades of Razzle Dazzle Rose #DB3AC5

Tints of Razzle Dazzle Rose #DB3AC5

RGB

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

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

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

R = 46.2%
G = 12.24%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB3AC5 (or 0xDB3AC5) is known color: Razzle Dazzle Rose. HEX triplet: DB, 3A and C5. RGB value is (219,58,197). Sum of RGB (Red+Green+Blue) = 219+58+197=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 58 (23.05% from 255 or 12.24% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3AC5 is #24C53A. Grayscale: #797979. Windows color (decimal): -2409787 or 12925659. OLE color: 12925659.

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

Color convert

RGB 219 58 197 -
CMYK 0 0.74 0.10 0.14
HSL 308.2º 0.69% 0.54% -
HSV(B) 308.2º 0.74% 0.86% -
XYZ 40.8 22.12 54.94 -
YUV 121.99 170.34 197.2 -
System Red Green Blue C M Y K H S L
Decimal 219 58 197 0 0.74 0.10 0.14 308.2 0.69 0.54
Hex DB 3A C5 0 4A A E 134 45 36
Octal 333 72 305 0 112 12 16 464 105 66
Binary 11011011 111010 11000101 0 1001010 1010 1110 100110100 1000101 110110

Color Harmonies of #DB3AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3AC5

Black with #DB3AC5

Text Example


Text Example

White with #DB3AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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