Html Css Color HEX #DB2CC5 Razzle Dazzle Rose

📋 copy color: '#DB2CC5'

red 219 ◦ green 44 ◦ blue 197

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

Shades of Razzle Dazzle Rose #DB2CC5

Tints of Razzle Dazzle Rose #DB2CC5

RGB

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

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

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

R = 47.61%
G = 9.57%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB2CC5 (or 0xDB2CC5) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2C and C5. RGB value is (219,44,197). Sum of RGB (Red+Green+Blue) = 219+44+197=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2CC5 is #24D33A. Grayscale: #717171. Windows color (decimal): -2413371 or 12922075. OLE color: 12922075.

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

Color convert

RGB 219 44 197 -
CMYK 0 0.80 0.10 0.14
HSL 307.54º 0.71% 0.52% -
HSV(B) 307.54º 0.8% 0.86% -
XYZ 40.19 20.89 54.74 -
YUV 113.77 174.98 203.06 -
System Red Green Blue C M Y K H S L
Decimal 219 44 197 0 0.80 0.10 0.14 307.54 0.71 0.52
Hex DB 2C C5 0 50 A E 134 47 34
Octal 333 54 305 0 120 12 16 464 107 64
Binary 11011011 101100 11000101 0 1010000 1010 1110 100110100 1000111 110100

Color Harmonies of #DB2CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2CC5

Black with #DB2CC5

Text Example


Text Example

White with #DB2CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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