Html Css Color HEX #DB31CC Razzle Dazzle Rose

📋 copy color: '#DB31CC'

red 219 ◦ green 49 ◦ blue 204

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

Shades of Razzle Dazzle Rose #DB31CC

Tints of Razzle Dazzle Rose #DB31CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 46.4%
G = 10.38%
B = 43.22%

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

#DB31CC (or 0xDB31CC) is known color: Razzle Dazzle Rose. HEX triplet: DB, 31 and CC. RGB value is (219,49,204). Sum of RGB (Red+Green+Blue) = 219+49+204=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 49 (19.53% from 255 or 10.38% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB31CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB31CC is #24CE33. Grayscale: #757575. Windows color (decimal): -2412084 or 13382107. OLE color: 13382107.

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

Color convert

RGB 219 49 204 -
CMYK 0 0.78 0.07 0.14
HSL 305.29º 0.7% 0.53% -
HSV(B) 305.29º 0.78% 0.86% -
XYZ 41.21 21.62 59.13 -
YUV 117.5 176.82 200.4 -
System Red Green Blue C M Y K H S L
Decimal 219 49 204 0 0.78 0.07 0.14 305.29 0.7 0.53
Hex DB 31 CC 0 4E 7 E 131 46 35
Octal 333 61 314 0 116 7 16 461 106 65
Binary 11011011 110001 11001100 0 1001110 111 1110 100110001 1000110 110101

Color Harmonies of #DB31CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB31CC

Black with #DB31CC

Text Example


Text Example

White with #DB31CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB31CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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