Html Css Color HEX #DB2DB7 Razzle Dazzle Rose

📋 copy color: '#DB2DB7'

red 219 ◦ green 45 ◦ blue 183

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

Shades of Razzle Dazzle Rose #DB2DB7

Tints of Razzle Dazzle Rose #DB2DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.94%

R = 48.99%
G = 10.07%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB2DB7 (or 0xDB2DB7) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2D and B7. RGB value is (219,45,183). Sum of RGB (Red+Green+Blue) = 219+45+183=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2DB7 is #24D248. Grayscale: #707070. Windows color (decimal): -2413129 or 12004827. OLE color: 12004827.

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

Color convert

RGB 219 45 183 -
CMYK 0 0.79 0.16 0.14
HSL 312.41º 0.71% 0.52% -
HSV(B) 312.41º 0.79% 0.86% -
XYZ 38.7 20.36 46.69 -
YUV 112.76 167.65 203.78 -
System Red Green Blue C M Y K H S L
Decimal 219 45 183 0 0.79 0.16 0.14 312.41 0.71 0.52
Hex DB 2D B7 0 4F 10 E 138 47 34
Octal 333 55 267 0 117 20 16 470 107 64
Binary 11011011 101101 10110111 0 1001111 10000 1110 100111000 1000111 110100

Color Harmonies of #DB2DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2DB7

Black with #DB2DB7

Text Example


Text Example

White with #DB2DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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