Html Css Color HEX #DB31D5 Razzle Dazzle Rose

📋 copy color: '#DB31D5'

red 219 ◦ green 49 ◦ blue 213

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

Shades of Razzle Dazzle Rose #DB31D5

Tints of Razzle Dazzle Rose #DB31D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.28%

R = 45.53%
G = 10.19%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DB31D5 (or 0xDB31D5) is known color: Razzle Dazzle Rose. HEX triplet: DB, 31 and D5. RGB value is (219,49,213). Sum of RGB (Red+Green+Blue) = 219+49+213=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 49 (19.53% from 255 or 10.19% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB31D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB31D5 is #24CE2A. Grayscale: #767676. Windows color (decimal): -2412075 or 13971931. OLE color: 13971931.

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

Color convert

RGB 219 49 213 -
CMYK 0 0.78 0.03 0.14
HSL 302.12º 0.7% 0.53% -
HSV(B) 302.12º 0.78% 0.86% -
XYZ 42.32 22.06 64.98 -
YUV 118.53 181.32 199.66 -
System Red Green Blue C M Y K H S L
Decimal 219 49 213 0 0.78 0.03 0.14 302.12 0.7 0.53
Hex DB 31 D5 0 4E 3 E 12E 46 35
Octal 333 61 325 0 116 3 16 456 106 65
Binary 11011011 110001 11010101 0 1001110 11 1110 100101110 1000110 110101

Color Harmonies of #DB31D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB31D5

Black with #DB31D5

Text Example


Text Example

White with #DB31D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB31D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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