Html Css Color HEX #DB32BB Razzle Dazzle Rose

📋 copy color: '#DB32BB'

red 219 ◦ green 50 ◦ blue 187

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

Shades of Razzle Dazzle Rose #DB32BB

Tints of Razzle Dazzle Rose #DB32BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.01%

R = 48.03%
G = 10.96%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB32BB (or 0xDB32BB) is known color: Razzle Dazzle Rose. HEX triplet: DB, 32 and BB. RGB value is (219,50,187). Sum of RGB (Red+Green+Blue) = 219+50+187=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB32BB is #24CD44. Grayscale: #737373. Windows color (decimal): -2411845 or 12268251. OLE color: 12268251.

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

Color convert

RGB 219 50 187 -
CMYK 0 0.77 0.15 0.14
HSL 311.36º 0.7% 0.53% -
HSV(B) 311.36º 0.77% 0.86% -
XYZ 39.32 20.93 48.98 -
YUV 116.15 167.99 201.36 -
System Red Green Blue C M Y K H S L
Decimal 219 50 187 0 0.77 0.15 0.14 311.36 0.7 0.53
Hex DB 32 BB 0 4D F E 137 46 35
Octal 333 62 273 0 115 17 16 467 106 65
Binary 11011011 110010 10111011 0 1001101 1111 1110 100110111 1000110 110101

Color Harmonies of #DB32BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB32BB

Black with #DB32BB

Text Example


Text Example

White with #DB32BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB32BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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