Html Css Color HEX #DB30D4 Razzle Dazzle Rose

📋 copy color: '#DB30D4'

red 219 ◦ green 48 ◦ blue 212

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

Shades of Razzle Dazzle Rose #DB30D4

Tints of Razzle Dazzle Rose #DB30D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.26%

R = 45.72%
G = 10.02%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DB30D4 (or 0xDB30D4) is known color: Razzle Dazzle Rose. HEX triplet: DB, 30 and D4. RGB value is (219,48,212). Sum of RGB (Red+Green+Blue) = 219+48+212=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 48 (19.14% from 255 or 10.02% from 479); Blue value is 212 (83.20% from 255 or 44.26% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB30D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB30D4 is #24CF2B. Grayscale: #757575. Windows color (decimal): -2412332 or 13906139. OLE color: 13906139.

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

Color convert

RGB 219 48 212 -
CMYK 0 0.78 0.03 0.14
HSL 302.46º 0.7% 0.52% -
HSV(B) 302.46º 0.78% 0.86% -
XYZ 42.15 21.93 64.3 -
YUV 117.83 181.15 200.16 -
System Red Green Blue C M Y K H S L
Decimal 219 48 212 0 0.78 0.03 0.14 302.46 0.7 0.52
Hex DB 30 D4 0 4E 3 E 12E 46 34
Octal 333 60 324 0 116 3 16 456 106 64
Binary 11011011 110000 11010100 0 1001110 11 1110 100101110 1000110 110100

Color Harmonies of #DB30D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB30D4

Black with #DB30D4

Text Example


Text Example

White with #DB30D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB30D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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