Html Css Color HEX #DB36BC Razzle Dazzle Rose

📋 copy color: '#DB36BC'

red 219 ◦ green 54 ◦ blue 188

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

Shades of Razzle Dazzle Rose #DB36BC

Tints of Razzle Dazzle Rose #DB36BC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.71%

 BLUE value IS 188 (73.83% from 255) = 40.78%

R = 47.51%
G = 11.71%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DB36BC (or 0xDB36BC) is known color: Razzle Dazzle Rose. HEX triplet: DB, 36 and BC. RGB value is (219,54,188). Sum of RGB (Red+Green+Blue) = 219+54+188=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB36BC is #24C943. Grayscale: #767676. Windows color (decimal): -2410820 or 12334811. OLE color: 12334811.

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

Color convert

RGB 219 54 188 -
CMYK 0 0.75 0.14 0.14
HSL 311.27º 0.7% 0.54% -
HSV(B) 311.27º 0.75% 0.86% -
XYZ 39.61 21.33 49.61 -
YUV 118.61 167.16 199.6 -
System Red Green Blue C M Y K H S L
Decimal 219 54 188 0 0.75 0.14 0.14 311.27 0.7 0.54
Hex DB 36 BC 0 4B E E 137 46 36
Octal 333 66 274 0 113 16 16 467 106 66
Binary 11011011 110110 10111100 0 1001011 1110 1110 100110111 1000110 110110

Color Harmonies of #DB36BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB36BC

Black with #DB36BC

Text Example


Text Example

White with #DB36BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB36BC; }

 p { color: rgb(219,54,188); }

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

background-color css

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

 a { background-color: rgb(219,54,188); }

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

border-color css

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

 span { border-color: rgb(219,54,188); }

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