Html Css Color HEX #DB3AC6 Razzle Dazzle Rose

📋 copy color: '#DB3AC6'

red 219 ◦ green 58 ◦ blue 198

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

Shades of Razzle Dazzle Rose #DB3AC6

Tints of Razzle Dazzle Rose #DB3AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.68%

R = 46.11%
G = 12.21%
B = 41.68%

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

#DB3AC6 (or 0xDB3AC6) is known color: Razzle Dazzle Rose. HEX triplet: DB, 3A and C6. RGB value is (219,58,198). Sum of RGB (Red+Green+Blue) = 219+58+198=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 58 (23.05% from 255 or 12.21% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3AC6 is #24C539. Grayscale: #797979. Windows color (decimal): -2409786 or 12991195. OLE color: 12991195.

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

Color convert

RGB 219 58 198 -
CMYK 0 0.74 0.10 0.14
HSL 307.83º 0.69% 0.54% -
HSV(B) 307.83º 0.74% 0.86% -
XYZ 40.92 22.16 55.55 -
YUV 122.1 170.84 197.12 -
System Red Green Blue C M Y K H S L
Decimal 219 58 198 0 0.74 0.10 0.14 307.83 0.69 0.54
Hex DB 3A C6 0 4A A E 134 45 36
Octal 333 72 306 0 112 12 16 464 105 66
Binary 11011011 111010 11000110 0 1001010 1010 1110 100110100 1000101 110110

Color Harmonies of #DB3AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3AC6

Black with #DB3AC6

Text Example


Text Example

White with #DB3AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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