Html Css Color HEX #DB38B5 Razzle Dazzle Rose

📋 copy color: '#DB38B5'

red 219 ◦ green 56 ◦ blue 181

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

Shades of Razzle Dazzle Rose #DB38B5

Tints of Razzle Dazzle Rose #DB38B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.69%

R = 48.03%
G = 12.28%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB38B5 (or 0xDB38B5) is known color: Razzle Dazzle Rose. HEX triplet: DB, 38 and B5. RGB value is (219,56,181). Sum of RGB (Red+Green+Blue) = 219+56+181=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 56 (22.27% from 255 or 12.28% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38B5 is #24C74A. Grayscale: #767676. Windows color (decimal): -2410315 or 11876571. OLE color: 11876571.

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

Color convert

RGB 219 56 181 -
CMYK 0 0.74 0.17 0.14
HSL 313.99º 0.69% 0.54% -
HSV(B) 313.99º 0.74% 0.86% -
XYZ 38.97 21.22 45.76 -
YUV 118.99 163 199.34 -
System Red Green Blue C M Y K H S L
Decimal 219 56 181 0 0.74 0.17 0.14 313.99 0.69 0.54
Hex DB 38 B5 0 4A 11 E 13A 45 36
Octal 333 70 265 0 112 21 16 472 105 66
Binary 11011011 111000 10110101 0 1001010 10001 1110 100111010 1000101 110110

Color Harmonies of #DB38B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB38B5

Black with #DB38B5

Text Example


Text Example

White with #DB38B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB38B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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