Html Css Color HEX #DB30BE Razzle Dazzle Rose

📋 copy color: '#DB30BE'

red 219 ◦ green 48 ◦ blue 190

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

Shades of Razzle Dazzle Rose #DB30BE

Tints of Razzle Dazzle Rose #DB30BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 47.92%
G = 10.5%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB30BE (or 0xDB30BE) is known color: Razzle Dazzle Rose. HEX triplet: DB, 30 and BE. RGB value is (219,48,190). Sum of RGB (Red+Green+Blue) = 219+48+190=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB30BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB30BE is #24CF41. Grayscale: #727272. Windows color (decimal): -2412354 or 12464347. OLE color: 12464347.

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

Color convert

RGB 219 48 190 -
CMYK 0 0.78 0.13 0.14
HSL 310.18º 0.7% 0.52% -
HSV(B) 310.18º 0.78% 0.86% -
XYZ 39.56 20.89 50.66 -
YUV 115.32 170.15 201.95 -
System Red Green Blue C M Y K H S L
Decimal 219 48 190 0 0.78 0.13 0.14 310.18 0.7 0.52
Hex DB 30 BE 0 4E D E 136 46 34
Octal 333 60 276 0 116 15 16 466 106 64
Binary 11011011 110000 10111110 0 1001110 1101 1110 100110110 1000110 110100

Color Harmonies of #DB30BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB30BE

Black with #DB30BE

Text Example


Text Example

White with #DB30BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB30BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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