Html Css Color HEX #DB32BE Razzle Dazzle Rose

📋 copy color: '#DB32BE'

red 219 ◦ green 50 ◦ blue 190

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

Shades of Razzle Dazzle Rose #DB32BE

Tints of Razzle Dazzle Rose #DB32BE

RGB

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

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

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

R = 47.71%
G = 10.89%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB32BE (or 0xDB32BE) is known color: Razzle Dazzle Rose. HEX triplet: DB, 32 and BE. RGB value is (219,50,190). Sum of RGB (Red+Green+Blue) = 219+50+190=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB32BE is #24CD41. Grayscale: #747474. Windows color (decimal): -2411842 or 12464859. OLE color: 12464859.

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

Color convert

RGB 219 50 190 -
CMYK 0 0.77 0.13 0.14
HSL 310.3º 0.7% 0.53% -
HSV(B) 310.3º 0.77% 0.86% -
XYZ 39.65 21.06 50.69 -
YUV 116.49 169.49 201.12 -
System Red Green Blue C M Y K H S L
Decimal 219 50 190 0 0.77 0.13 0.14 310.3 0.7 0.53
Hex DB 32 BE 0 4D D E 136 46 35
Octal 333 62 276 0 115 15 16 466 106 65
Binary 11011011 110010 10111110 0 1001101 1101 1110 100110110 1000110 110101

Color Harmonies of #DB32BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB32BE

Black with #DB32BE

Text Example


Text Example

White with #DB32BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB32BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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