Html Css Color HEX #DB32B5 Razzle Dazzle Rose

📋 copy color: '#DB32B5'

red 219 ◦ green 50 ◦ blue 181

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

Shades of Razzle Dazzle Rose #DB32B5

Tints of Razzle Dazzle Rose #DB32B5

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.11%

 BLUE value IS 181 (71.09% from 255) = 40.22%

R = 48.67%
G = 11.11%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB32B5 (or 0xDB32B5) is known color: Razzle Dazzle Rose. HEX triplet: DB, 32 and B5. RGB value is (219,50,181). Sum of RGB (Red+Green+Blue) = 219+50+181=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB32B5 is #24CD4A. Grayscale: #737373. Windows color (decimal): -2411851 or 11875035. OLE color: 11875035.

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

Color convert

RGB 219 50 181 -
CMYK 0 0.77 0.17 0.14
HSL 313.49º 0.7% 0.53% -
HSV(B) 313.49º 0.77% 0.86% -
XYZ 38.69 20.68 45.67 -
YUV 115.47 164.99 201.85 -
System Red Green Blue C M Y K H S L
Decimal 219 50 181 0 0.77 0.17 0.14 313.49 0.7 0.53
Hex DB 32 B5 0 4D 11 E 139 46 35
Octal 333 62 265 0 115 21 16 471 106 65
Binary 11011011 110010 10110101 0 1001101 10001 1110 100111001 1000110 110101

Color Harmonies of #DB32B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB32B5

Black with #DB32B5

Text Example


Text Example

White with #DB32B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB32B5; }

 p { color: rgb(219,50,181); }

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

background-color css

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

 a { background-color: rgb(219,50,181); }

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

border-color css

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

 span { border-color: rgb(219,50,181); }

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