Html Css Color HEX #DB38B7 Razzle Dazzle Rose

📋 copy color: '#DB38B7'

red 219 ◦ green 56 ◦ blue 183

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

Shades of Razzle Dazzle Rose #DB38B7

Tints of Razzle Dazzle Rose #DB38B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.96%

R = 47.82%
G = 12.23%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB38B7 (or 0xDB38B7) is known color: Razzle Dazzle Rose. HEX triplet: DB, 38 and B7. RGB value is (219,56,183). Sum of RGB (Red+Green+Blue) = 219+56+183=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38B7 is #24C748. Grayscale: #767676. Windows color (decimal): -2410313 or 12007643. OLE color: 12007643.

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

Color convert

RGB 219 56 183 -
CMYK 0 0.74 0.16 0.14
HSL 313.25º 0.69% 0.54% -
HSV(B) 313.25º 0.74% 0.86% -
XYZ 39.17 21.31 46.85 -
YUV 119.22 164 199.17 -
System Red Green Blue C M Y K H S L
Decimal 219 56 183 0 0.74 0.16 0.14 313.25 0.69 0.54
Hex DB 38 B7 0 4A 10 E 139 45 36
Octal 333 70 267 0 112 20 16 471 105 66
Binary 11011011 111000 10110111 0 1001010 10000 1110 100111001 1000101 110110

Color Harmonies of #DB38B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB38B7

Black with #DB38B7

Text Example


Text Example

White with #DB38B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB38B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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