Html Css Color HEX #DB2CC0 Razzle Dazzle Rose

📋 copy color: '#DB2CC0'

red 219 ◦ green 44 ◦ blue 192

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

Shades of Razzle Dazzle Rose #DB2CC0

Tints of Razzle Dazzle Rose #DB2CC0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.67%

 BLUE value IS 192 (75.39% from 255) = 42.2%

R = 48.13%
G = 9.67%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DB2CC0 (or 0xDB2CC0) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2C and C0. RGB value is (219,44,192). Sum of RGB (Red+Green+Blue) = 219+44+192=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 44 (17.58% from 255 or 9.67% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2CC0 is #24D33F. Grayscale: #707070. Windows color (decimal): -2413376 or 12594395. OLE color: 12594395.

HSL color Cylindrical-coordinate representation of color #DB2CC0: hue angle of 309.26º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2CC0 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 44 192 -
CMYK 0 0.80 0.12 0.14
HSL 309.26º 0.71% 0.52% -
HSV(B) 309.26º 0.8% 0.86% -
XYZ 39.63 20.67 51.77 -
YUV 113.2 172.48 203.47 -
System Red Green Blue C M Y K H S L
Decimal 219 44 192 0 0.80 0.12 0.14 309.26 0.71 0.52
Hex DB 2C C0 0 50 C E 135 47 34
Octal 333 54 300 0 120 14 16 465 107 64
Binary 11011011 101100 11000000 0 1010000 1100 1110 100110101 1000111 110100

Color Harmonies of #DB2CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2CC0

Black with #DB2CC0

Text Example


Text Example

White with #DB2CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2CC0; }

 p { color: rgb(219,44,192); }

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

background-color css

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

 a { background-color: rgb(219,44,192); }

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

border-color css

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

 span { border-color: rgb(219,44,192); }

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