Html Css Color HEX #DB39BE Razzle Dazzle Rose

📋 copy color: '#DB39BE'

red 219 ◦ green 57 ◦ blue 190

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

Shades of Razzle Dazzle Rose #DB39BE

Tints of Razzle Dazzle Rose #DB39BE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.23%

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

R = 47%
G = 12.23%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB39BE (or 0xDB39BE) is known color: Razzle Dazzle Rose. HEX triplet: DB, 39 and BE. RGB value is (219,57,190). Sum of RGB (Red+Green+Blue) = 219+57+190=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 57 (22.66% from 255 or 12.23% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB39BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB39BE is #24C641. Grayscale: #787878. Windows color (decimal): -2410050 or 12466651. OLE color: 12466651.

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

Color convert

RGB 219 57 190 -
CMYK 0 0.74 0.13 0.14
HSL 310.74º 0.69% 0.54% -
HSV(B) 310.74º 0.74% 0.86% -
XYZ 39.97 21.7 50.8 -
YUV 120.6 167.17 198.19 -
System Red Green Blue C M Y K H S L
Decimal 219 57 190 0 0.74 0.13 0.14 310.74 0.69 0.54
Hex DB 39 BE 0 4A D E 137 45 36
Octal 333 71 276 0 112 15 16 467 105 66
Binary 11011011 111001 10111110 0 1001010 1101 1110 100110111 1000101 110110

Color Harmonies of #DB39BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB39BE

Black with #DB39BE

Text Example


Text Example

White with #DB39BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB39BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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