Html Css Color HEX #DB31B7 Razzle Dazzle Rose

📋 copy color: '#DB31B7'

red 219 ◦ green 49 ◦ blue 183

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

Shades of Razzle Dazzle Rose #DB31B7

Tints of Razzle Dazzle Rose #DB31B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.58%

R = 48.56%
G = 10.86%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB31B7 (or 0xDB31B7) is known color: Razzle Dazzle Rose. HEX triplet: DB, 31 and B7. RGB value is (219,49,183). Sum of RGB (Red+Green+Blue) = 219+49+183=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 49 (19.53% from 255 or 10.86% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB31B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB31B7 is #24CE48. Grayscale: #727272. Windows color (decimal): -2412105 or 12005851. OLE color: 12005851.

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

Color convert

RGB 219 49 183 -
CMYK 0 0.78 0.16 0.14
HSL 312.71º 0.7% 0.53% -
HSV(B) 312.71º 0.78% 0.86% -
XYZ 38.86 20.68 46.74 -
YUV 115.11 166.32 202.1 -
System Red Green Blue C M Y K H S L
Decimal 219 49 183 0 0.78 0.16 0.14 312.71 0.7 0.53
Hex DB 31 B7 0 4E 10 E 139 46 35
Octal 333 61 267 0 116 20 16 471 106 65
Binary 11011011 110001 10110111 0 1001110 10000 1110 100111001 1000110 110101

Color Harmonies of #DB31B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB31B7

Black with #DB31B7

Text Example


Text Example

White with #DB31B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB31B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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