Html Css Color HEX #DB36B7 Razzle Dazzle Rose

📋 copy color: '#DB36B7'

red 219 ◦ green 54 ◦ blue 183

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

Shades of Razzle Dazzle Rose #DB36B7

Tints of Razzle Dazzle Rose #DB36B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.13%

R = 48.03%
G = 11.84%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB36B7 (or 0xDB36B7) is known color: Razzle Dazzle Rose. HEX triplet: DB, 36 and B7. RGB value is (219,54,183). Sum of RGB (Red+Green+Blue) = 219+54+183=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 54 (21.48% from 255 or 11.84% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB36B7 is #24C948. Grayscale: #757575. Windows color (decimal): -2410825 or 12007131. OLE color: 12007131.

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

Color convert

RGB 219 54 183 -
CMYK 0 0.75 0.16 0.14
HSL 313.09º 0.7% 0.54% -
HSV(B) 313.09º 0.75% 0.86% -
XYZ 39.08 21.12 46.82 -
YUV 118.04 164.66 200.01 -
System Red Green Blue C M Y K H S L
Decimal 219 54 183 0 0.75 0.16 0.14 313.09 0.7 0.54
Hex DB 36 B7 0 4B 10 E 139 46 36
Octal 333 66 267 0 113 20 16 471 106 66
Binary 11011011 110110 10110111 0 1001011 10000 1110 100111001 1000110 110110

Color Harmonies of #DB36B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB36B7

Black with #DB36B7

Text Example


Text Example

White with #DB36B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB36B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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