Html Css Color HEX #DB31CB Razzle Dazzle Rose

📋 copy color: '#DB31CB'

red 219 ◦ green 49 ◦ blue 203

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

Shades of Razzle Dazzle Rose #DB31CB

Tints of Razzle Dazzle Rose #DB31CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.1%

R = 46.5%
G = 10.4%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB31CB (or 0xDB31CB) is known color: Razzle Dazzle Rose. HEX triplet: DB, 31 and CB. RGB value is (219,49,203). Sum of RGB (Red+Green+Blue) = 219+49+203=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB31CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB31CB is #24CE34. Grayscale: #747474. Windows color (decimal): -2412085 or 13316571. OLE color: 13316571.

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

Color convert

RGB 219 49 203 -
CMYK 0 0.78 0.07 0.14
HSL 305.65º 0.7% 0.53% -
HSV(B) 305.65º 0.78% 0.86% -
XYZ 41.09 21.57 58.5 -
YUV 117.39 176.32 200.48 -
System Red Green Blue C M Y K H S L
Decimal 219 49 203 0 0.78 0.07 0.14 305.65 0.7 0.53
Hex DB 31 CB 0 4E 7 E 132 46 35
Octal 333 61 313 0 116 7 16 462 106 65
Binary 11011011 110001 11001011 0 1001110 111 1110 100110010 1000110 110101

Color Harmonies of #DB31CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB31CB

Black with #DB31CB

Text Example


Text Example

White with #DB31CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB31CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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