Html Css Color HEX #DB2CD5 Razzle Dazzle Rose

📋 copy color: '#DB2CD5'

red 219 ◦ green 44 ◦ blue 213

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

Shades of Razzle Dazzle Rose #DB2CD5

Tints of Razzle Dazzle Rose #DB2CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.75%

R = 46.01%
G = 9.24%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DB2CD5 (or 0xDB2CD5) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2C and D5. RGB value is (219,44,213). Sum of RGB (Red+Green+Blue) = 219+44+213=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 44 (17.58% from 255 or 9.24% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2CD5 is #24D32A. Grayscale: #737373. Windows color (decimal): -2413355 or 13970651. OLE color: 13970651.

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

Color convert

RGB 219 44 213 -
CMYK 0 0.80 0.03 0.14
HSL 302.06º 0.71% 0.52% -
HSV(B) 302.06º 0.8% 0.86% -
XYZ 42.12 21.67 64.91 -
YUV 115.59 182.98 201.76 -
System Red Green Blue C M Y K H S L
Decimal 219 44 213 0 0.80 0.03 0.14 302.06 0.71 0.52
Hex DB 2C D5 0 50 3 E 12E 47 34
Octal 333 54 325 0 120 3 16 456 107 64
Binary 11011011 101100 11010101 0 1010000 11 1110 100101110 1000111 110100

Color Harmonies of #DB2CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2CD5

Black with #DB2CD5

Text Example


Text Example

White with #DB2CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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