Html Css Color HEX #DB34B9 Razzle Dazzle Rose

📋 copy color: '#DB34B9'

red 219 ◦ green 52 ◦ blue 185

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

Shades of Razzle Dazzle Rose #DB34B9

Tints of Razzle Dazzle Rose #DB34B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.57%

R = 48.03%
G = 11.4%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB34B9 (or 0xDB34B9) is known color: Razzle Dazzle Rose. HEX triplet: DB, 34 and B9. RGB value is (219,52,185). Sum of RGB (Red+Green+Blue) = 219+52+185=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB34B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB34B9 is #24CB46. Grayscale: #747474. Windows color (decimal): -2411335 or 12137691. OLE color: 12137691.

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

Color convert

RGB 219 52 185 -
CMYK 0 0.76 0.16 0.14
HSL 312.22º 0.7% 0.53% -
HSV(B) 312.22º 0.76% 0.86% -
XYZ 39.2 21.02 47.89 -
YUV 117.1 166.33 200.69 -
System Red Green Blue C M Y K H S L
Decimal 219 52 185 0 0.76 0.16 0.14 312.22 0.7 0.53
Hex DB 34 B9 0 4C 10 E 138 46 35
Octal 333 64 271 0 114 20 16 470 106 65
Binary 11011011 110100 10111001 0 1001100 10000 1110 100111000 1000110 110101

Color Harmonies of #DB34B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB34B9

Black with #DB34B9

Text Example


Text Example

White with #DB34B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB34B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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