Html Css Color HEX #DB31CA Razzle Dazzle Rose

📋 copy color: '#DB31CA'

red 219 ◦ green 49 ◦ blue 202

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

Shades of Razzle Dazzle Rose #DB31CA

Tints of Razzle Dazzle Rose #DB31CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.98%

R = 46.6%
G = 10.43%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB31CA (or 0xDB31CA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 31 and CA. RGB value is (219,49,202). Sum of RGB (Red+Green+Blue) = 219+49+202=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 49 (19.53% from 255 or 10.43% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB31CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB31CA is #24CE35. Grayscale: #747474. Windows color (decimal): -2412086 or 13251035. OLE color: 13251035.

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

Color convert

RGB 219 49 202 -
CMYK 0 0.78 0.08 0.14
HSL 306º 0.7% 0.53% -
HSV(B) 306º 0.78% 0.86% -
XYZ 40.97 21.52 57.87 -
YUV 117.27 175.82 200.56 -
System Red Green Blue C M Y K H S L
Decimal 219 49 202 0 0.78 0.08 0.14 306 0.7 0.53
Hex DB 31 CA 0 4E 8 E 132 46 35
Octal 333 61 312 0 116 10 16 462 106 65
Binary 11011011 110001 11001010 0 1001110 1000 1110 100110010 1000110 110101

Color Harmonies of #DB31CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB31CA

Black with #DB31CA

Text Example


Text Example

White with #DB31CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB31CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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