Html Css Color HEX #DB37BE Razzle Dazzle Rose

📋 copy color: '#DB37BE'

red 219 ◦ green 55 ◦ blue 190

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

Shades of Razzle Dazzle Rose #DB37BE

Tints of Razzle Dazzle Rose #DB37BE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.85%

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

R = 47.2%
G = 11.85%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB37BE (or 0xDB37BE) is known color: Razzle Dazzle Rose. HEX triplet: DB, 37 and BE. RGB value is (219,55,190). Sum of RGB (Red+Green+Blue) = 219+55+190=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37BE is #24C841. Grayscale: #777777. Windows color (decimal): -2410562 or 12466139. OLE color: 12466139.

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

Color convert

RGB 219 55 190 -
CMYK 0 0.75 0.13 0.14
HSL 310.61º 0.69% 0.54% -
HSV(B) 310.61º 0.75% 0.86% -
XYZ 39.87 21.51 50.77 -
YUV 119.43 167.83 199.02 -
System Red Green Blue C M Y K H S L
Decimal 219 55 190 0 0.75 0.13 0.14 310.61 0.69 0.54
Hex DB 37 BE 0 4B D E 137 45 36
Octal 333 67 276 0 113 15 16 467 105 66
Binary 11011011 110111 10111110 0 1001011 1101 1110 100110111 1000101 110110

Color Harmonies of #DB37BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB37BE

Black with #DB37BE

Text Example


Text Example

White with #DB37BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB37BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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