Html Css Color HEX #DB34BE Razzle Dazzle Rose

📋 copy color: '#DB34BE'

red 219 ◦ green 52 ◦ blue 190

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

Shades of Razzle Dazzle Rose #DB34BE

Tints of Razzle Dazzle Rose #DB34BE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.28%

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

R = 47.51%
G = 11.28%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB34BE (or 0xDB34BE) is known color: Razzle Dazzle Rose. HEX triplet: DB, 34 and BE. RGB value is (219,52,190). Sum of RGB (Red+Green+Blue) = 219+52+190=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 52 (20.70% from 255 or 11.28% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB34BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB34BE is #24CB41. Grayscale: #757575. Windows color (decimal): -2411330 or 12465371. OLE color: 12465371.

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

Color convert

RGB 219 52 190 -
CMYK 0 0.76 0.13 0.14
HSL 310.42º 0.7% 0.53% -
HSV(B) 310.42º 0.76% 0.86% -
XYZ 39.74 21.23 50.72 -
YUV 117.67 168.83 200.28 -
System Red Green Blue C M Y K H S L
Decimal 219 52 190 0 0.76 0.13 0.14 310.42 0.7 0.53
Hex DB 34 BE 0 4C D E 136 46 35
Octal 333 64 276 0 114 15 16 466 106 65
Binary 11011011 110100 10111110 0 1001100 1101 1110 100110110 1000110 110101

Color Harmonies of #DB34BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB34BE

Black with #DB34BE

Text Example


Text Example

White with #DB34BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB34BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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