Html Css Color HEX #DB31C5 Razzle Dazzle Rose

📋 copy color: '#DB31C5'

red 219 ◦ green 49 ◦ blue 197

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

Shades of Razzle Dazzle Rose #DB31C5

Tints of Razzle Dazzle Rose #DB31C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.37%

R = 47.1%
G = 10.54%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB31C5 (or 0xDB31C5) is known color: Razzle Dazzle Rose. HEX triplet: DB, 31 and C5. RGB value is (219,49,197). Sum of RGB (Red+Green+Blue) = 219+49+197=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB31C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB31C5 is #24CE3A. Grayscale: #747474. Windows color (decimal): -2412091 or 12923355. OLE color: 12923355.

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

Color convert

RGB 219 49 197 -
CMYK 0 0.78 0.10 0.14
HSL 307.76º 0.7% 0.53% -
HSV(B) 307.76º 0.78% 0.86% -
XYZ 40.39 21.29 54.8 -
YUV 116.7 173.32 200.97 -
System Red Green Blue C M Y K H S L
Decimal 219 49 197 0 0.78 0.10 0.14 307.76 0.7 0.53
Hex DB 31 C5 0 4E A E 134 46 35
Octal 333 61 305 0 116 12 16 464 106 65
Binary 11011011 110001 11000101 0 1001110 1010 1110 100110100 1000110 110101

Color Harmonies of #DB31C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB31C5

Black with #DB31C5

Text Example


Text Example

White with #DB31C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB31C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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