Html Css Color HEX #DB31D6 Razzle Dazzle Rose

📋 copy color: '#DB31D6'

red 219 ◦ green 49 ◦ blue 214

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

Shades of Razzle Dazzle Rose #DB31D6

Tints of Razzle Dazzle Rose #DB31D6

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.17%

 BLUE value IS 214 (83.98% from 255) = 44.4%

R = 45.44%
G = 10.17%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DB31D6 (or 0xDB31D6) is known color: Razzle Dazzle Rose. HEX triplet: DB, 31 and D6. RGB value is (219,49,214). Sum of RGB (Red+Green+Blue) = 219+49+214=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB31D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB31D6 is #24CE29. Grayscale: #767676. Windows color (decimal): -2412074 or 14037467. OLE color: 14037467.

HSL color Cylindrical-coordinate representation of color #DB31D6: hue angle of 301.76º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB31D6 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 49 214 -
CMYK 0 0.78 0.02 0.14
HSL 301.76º 0.7% 0.53% -
HSV(B) 301.76º 0.78% 0.86% -
XYZ 42.45 22.11 65.65 -
YUV 118.64 181.82 199.58 -
System Red Green Blue C M Y K H S L
Decimal 219 49 214 0 0.78 0.02 0.14 301.76 0.7 0.53
Hex DB 31 D6 0 4E 2 E 12E 46 35
Octal 333 61 326 0 116 2 16 456 106 65
Binary 11011011 110001 11010110 0 1001110 10 1110 100101110 1000110 110101

Color Harmonies of #DB31D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB31D6

Black with #DB31D6

Text Example


Text Example

White with #DB31D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB31D6; }

 p { color: rgb(219,49,214); }

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

background-color css

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

 a { background-color: rgb(219,49,214); }

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

border-color css

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

 span { border-color: rgb(219,49,214); }

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