Html Css Color HEX #DB30DA Razzle Dazzle Rose

📋 copy color: '#DB30DA'

red 219 ◦ green 48 ◦ blue 218

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

Shades of Razzle Dazzle Rose #DB30DA

Tints of Razzle Dazzle Rose #DB30DA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.9%

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

R = 45.15%
G = 9.9%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB30DA (or 0xDB30DA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 30 and DA. RGB value is (219,48,218). Sum of RGB (Red+Green+Blue) = 219+48+218=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 48 (19.14% from 255 or 9.90% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB30DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB30DA is #24CF25. Grayscale: #767676. Windows color (decimal): -2412326 or 14299355. OLE color: 14299355.

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

Color convert

RGB 219 48 218 -
CMYK 0 0.78 0.00 0.14
HSL 300.35º 0.7% 0.52% -
HSV(B) 300.35º 0.78% 0.86% -
XYZ 42.93 22.24 68.36 -
YUV 118.51 184.15 199.68 -
System Red Green Blue C M Y K H S L
Decimal 219 48 218 0 0.78 0.00 0.14 300.35 0.7 0.52
Hex DB 30 DA 0 4E 0 E 12C 46 34
Octal 333 60 332 0 116 0 16 454 106 64
Binary 11011011 110000 11011010 0 1001110 0 1110 100101100 1000110 110100

Color Harmonies of #DB30DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB30DA

Black with #DB30DA

Text Example


Text Example

White with #DB30DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB30DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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