Html Css Color HEX #DB2DDA Razzle Dazzle Rose

📋 copy color: '#DB2DDA'

red 219 ◦ green 45 ◦ blue 218

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

Shades of Razzle Dazzle Rose #DB2DDA

Tints of Razzle Dazzle Rose #DB2DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 45.44%
G = 9.34%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB2DDA (or 0xDB2DDA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2D and DA. RGB value is (219,45,218). Sum of RGB (Red+Green+Blue) = 219+45+218=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 45 (17.97% from 255 or 9.34% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2DDA is #24D225. Grayscale: #747474. Windows color (decimal): -2413094 or 14298587. OLE color: 14298587.

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

Color convert

RGB 219 45 218 -
CMYK 0 0.79 0.00 0.14
HSL 300.34º 0.71% 0.52% -
HSV(B) 300.34º 0.79% 0.86% -
XYZ 42.81 22 68.32 -
YUV 116.75 185.15 200.93 -
System Red Green Blue C M Y K H S L
Decimal 219 45 218 0 0.79 0.00 0.14 300.34 0.71 0.52
Hex DB 2D DA 0 4F 0 E 12C 47 34
Octal 333 55 332 0 117 0 16 454 107 64
Binary 11011011 101101 11011010 0 1001111 0 1110 100101100 1000111 110100

Color Harmonies of #DB2DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2DDA

Black with #DB2DDA

Text Example


Text Example

White with #DB2DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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