Html Css Color HEX #DB38BE Razzle Dazzle Rose

📋 copy color: '#DB38BE'

red 219 ◦ green 56 ◦ blue 190

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

Shades of Razzle Dazzle Rose #DB38BE

Tints of Razzle Dazzle Rose #DB38BE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.04%

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

R = 47.1%
G = 12.04%
B = 40.86%

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

#DB38BE (or 0xDB38BE) is known color: Razzle Dazzle Rose. HEX triplet: DB, 38 and BE. RGB value is (219,56,190). Sum of RGB (Red+Green+Blue) = 219+56+190=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 56 (22.27% from 255 or 12.04% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38BE is #24C741. Grayscale: #777777. Windows color (decimal): -2410306 or 12466395. OLE color: 12466395.

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

Color convert

RGB 219 56 190 -
CMYK 0 0.74 0.13 0.14
HSL 310.67º 0.69% 0.54% -
HSV(B) 310.67º 0.74% 0.86% -
XYZ 39.92 21.61 50.78 -
YUV 120.01 167.5 198.6 -
System Red Green Blue C M Y K H S L
Decimal 219 56 190 0 0.74 0.13 0.14 310.67 0.69 0.54
Hex DB 38 BE 0 4A D E 137 45 36
Octal 333 70 276 0 112 15 16 467 105 66
Binary 11011011 111000 10111110 0 1001010 1101 1110 100110111 1000101 110110

Color Harmonies of #DB38BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB38BE

Black with #DB38BE

Text Example


Text Example

White with #DB38BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB38BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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