Html Css Color HEX #DB30BA Razzle Dazzle Rose

📋 copy color: '#DB30BA'

red 219 ◦ green 48 ◦ blue 186

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

Shades of Razzle Dazzle Rose #DB30BA

Tints of Razzle Dazzle Rose #DB30BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.06%

R = 48.34%
G = 10.6%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB30BA (or 0xDB30BA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 30 and BA. RGB value is (219,48,186). Sum of RGB (Red+Green+Blue) = 219+48+186=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB30BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB30BA is #24CF45. Grayscale: #727272. Windows color (decimal): -2412358 or 12202203. OLE color: 12202203.

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

Color convert

RGB 219 48 186 -
CMYK 0 0.78 0.15 0.14
HSL 311.58º 0.7% 0.52% -
HSV(B) 311.58º 0.78% 0.86% -
XYZ 39.13 20.72 48.39 -
YUV 114.86 168.15 202.28 -
System Red Green Blue C M Y K H S L
Decimal 219 48 186 0 0.78 0.15 0.14 311.58 0.7 0.52
Hex DB 30 BA 0 4E F E 138 46 34
Octal 333 60 272 0 116 17 16 470 106 64
Binary 11011011 110000 10111010 0 1001110 1111 1110 100111000 1000110 110100

Color Harmonies of #DB30BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB30BA

Black with #DB30BA

Text Example


Text Example

White with #DB30BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB30BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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