Html Css Color HEX #DB38BA Razzle Dazzle Rose

📋 copy color: '#DB38BA'

red 219 ◦ green 56 ◦ blue 186

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

Shades of Razzle Dazzle Rose #DB38BA

Tints of Razzle Dazzle Rose #DB38BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.35%

R = 47.51%
G = 12.15%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB38BA (or 0xDB38BA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 38 and BA. RGB value is (219,56,186). Sum of RGB (Red+Green+Blue) = 219+56+186=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 56 (22.27% from 255 or 12.15% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38BA is #24C745. Grayscale: #777777. Windows color (decimal): -2410310 or 12204251. OLE color: 12204251.

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

Color convert

RGB 219 56 186 -
CMYK 0 0.74 0.15 0.14
HSL 312.15º 0.69% 0.54% -
HSV(B) 312.15º 0.74% 0.86% -
XYZ 39.49 21.43 48.51 -
YUV 119.56 165.5 198.93 -
System Red Green Blue C M Y K H S L
Decimal 219 56 186 0 0.74 0.15 0.14 312.15 0.69 0.54
Hex DB 38 BA 0 4A F E 138 45 36
Octal 333 70 272 0 112 17 16 470 105 66
Binary 11011011 111000 10111010 0 1001010 1111 1110 100111000 1000101 110110

Color Harmonies of #DB38BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB38BA

Black with #DB38BA

Text Example


Text Example

White with #DB38BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB38BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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