Html Css Color HEX #DB36B4 Razzle Dazzle Rose

📋 copy color: '#DB36B4'

red 219 ◦ green 54 ◦ blue 180

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

Shades of Razzle Dazzle Rose #DB36B4

Tints of Razzle Dazzle Rose #DB36B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.74%

R = 48.34%
G = 11.92%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB36B4 (or 0xDB36B4) is known color: Razzle Dazzle Rose. HEX triplet: DB, 36 and B4. RGB value is (219,54,180). Sum of RGB (Red+Green+Blue) = 219+54+180=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB36B4 is #24C94B. Grayscale: #757575. Windows color (decimal): -2410828 or 11810523. OLE color: 11810523.

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

Color convert

RGB 219 54 180 -
CMYK 0 0.75 0.18 0.14
HSL 314.18º 0.7% 0.54% -
HSV(B) 314.18º 0.75% 0.86% -
XYZ 38.77 20.99 45.19 -
YUV 117.7 163.16 200.25 -
System Red Green Blue C M Y K H S L
Decimal 219 54 180 0 0.75 0.18 0.14 314.18 0.7 0.54
Hex DB 36 B4 0 4B 12 E 13A 46 36
Octal 333 66 264 0 113 22 16 472 106 66
Binary 11011011 110110 10110100 0 1001011 10010 1110 100111010 1000110 110110

Color Harmonies of #DB36B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB36B4

Black with #DB36B4

Text Example


Text Example

White with #DB36B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB36B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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