Html Css Color HEX #DB3AC4 Razzle Dazzle Rose

📋 copy color: '#DB3AC4'

red 219 ◦ green 58 ◦ blue 196

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

Shades of Razzle Dazzle Rose #DB3AC4

Tints of Razzle Dazzle Rose #DB3AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.44%

R = 46.3%
G = 12.26%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB3AC4 (or 0xDB3AC4) is known color: Razzle Dazzle Rose. HEX triplet: DB, 3A and C4. RGB value is (219,58,196). Sum of RGB (Red+Green+Blue) = 219+58+196=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 58 (23.05% from 255 or 12.26% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3AC4 is #24C53B. Grayscale: #797979. Windows color (decimal): -2409788 or 12860123. OLE color: 12860123.

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

Color convert

RGB 219 58 196 -
CMYK 0 0.74 0.11 0.14
HSL 308.57º 0.69% 0.54% -
HSV(B) 308.57º 0.74% 0.86% -
XYZ 40.69 22.07 54.34 -
YUV 121.87 169.84 197.28 -
System Red Green Blue C M Y K H S L
Decimal 219 58 196 0 0.74 0.11 0.14 308.57 0.69 0.54
Hex DB 3A C4 0 4A B E 135 45 36
Octal 333 72 304 0 112 13 16 465 105 66
Binary 11011011 111010 11000100 0 1001010 1011 1110 100110101 1000101 110110

Color Harmonies of #DB3AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3AC4

Black with #DB3AC4

Text Example


Text Example

White with #DB3AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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