Html Css Color HEX #DB30B8 Razzle Dazzle Rose

📋 copy color: '#DB30B8'

red 219 ◦ green 48 ◦ blue 184

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

Shades of Razzle Dazzle Rose #DB30B8

Tints of Razzle Dazzle Rose #DB30B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.8%

R = 48.56%
G = 10.64%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB30B8 (or 0xDB30B8) is known color: Razzle Dazzle Rose. HEX triplet: DB, 30 and B8. RGB value is (219,48,184). Sum of RGB (Red+Green+Blue) = 219+48+184=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 184 (72.27% from 255 or 40.80% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB30B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB30B8 is #24CF47. Grayscale: #727272. Windows color (decimal): -2412360 or 12071131. OLE color: 12071131.

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

Color convert

RGB 219 48 184 -
CMYK 0 0.78 0.16 0.14
HSL 312.28º 0.7% 0.52% -
HSV(B) 312.28º 0.78% 0.86% -
XYZ 38.92 20.63 47.28 -
YUV 114.63 167.15 202.44 -
System Red Green Blue C M Y K H S L
Decimal 219 48 184 0 0.78 0.16 0.14 312.28 0.7 0.52
Hex DB 30 B8 0 4E 10 E 138 46 34
Octal 333 60 270 0 116 20 16 470 106 64
Binary 11011011 110000 10111000 0 1001110 10000 1110 100111000 1000110 110100

Color Harmonies of #DB30B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB30B8

Black with #DB30B8

Text Example


Text Example

White with #DB30B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB30B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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