Html Css Color HEX #DB2DC7 Razzle Dazzle Rose

📋 copy color: '#DB2DC7'

red 219 ◦ green 45 ◦ blue 199

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

Shades of Razzle Dazzle Rose #DB2DC7

Tints of Razzle Dazzle Rose #DB2DC7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.72%

 BLUE value IS 199 (78.13% from 255) = 42.98%

R = 47.3%
G = 9.72%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB2DC7 (or 0xDB2DC7) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2D and C7. RGB value is (219,45,199). Sum of RGB (Red+Green+Blue) = 219+45+199=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2DC7 is #24D238. Grayscale: #727272. Windows color (decimal): -2413113 or 13053403. OLE color: 13053403.

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

Color convert

RGB 219 45 199 -
CMYK 0 0.79 0.09 0.14
HSL 306.9º 0.71% 0.52% -
HSV(B) 306.9º 0.79% 0.86% -
XYZ 40.46 21.06 55.97 -
YUV 114.58 175.65 202.48 -
System Red Green Blue C M Y K H S L
Decimal 219 45 199 0 0.79 0.09 0.14 306.9 0.71 0.52
Hex DB 2D C7 0 4F 9 E 133 47 34
Octal 333 55 307 0 117 11 16 463 107 64
Binary 11011011 101101 11000111 0 1001111 1001 1110 100110011 1000111 110100

Color Harmonies of #DB2DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2DC7

Black with #DB2DC7

Text Example


Text Example

White with #DB2DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2DC7; }

 p { color: rgb(219,45,199); }

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

background-color css

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

 a { background-color: rgb(219,45,199); }

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

border-color css

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

 span { border-color: rgb(219,45,199); }

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