Html Css Color HEX #DB3D7B Deep Cerise

📋 copy color: '#DB3D7B'

red 219 ◦ green 61 ◦ blue 123

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

Shades of Deep Cerise #DB3D7B

Tints of Deep Cerise #DB3D7B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.14%

 BLUE value IS 123 (48.44% from 255) = 30.52%

R = 54.34%
G = 15.14%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB3D7B (or 0xDB3D7B) is known color: Deep Cerise. HEX triplet: DB, 3D and 7B. RGB value is (219,61,123). Sum of RGB (Red+Green+Blue) = 219+61+123=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3D7B is #24C284. Grayscale: #737373. Windows color (decimal): -2409093 or 8076763. OLE color: 8076763.

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

Color convert

RGB 219 61 123 -
CMYK 0 0.72 0.44 0.14
HSL 336.46º 0.69% 0.55% -
HSV(B) 336.46º 0.72% 0.86% -
XYZ 34.46 19.83 20.75 -
YUV 115.31 132.35 201.96 -
System Red Green Blue C M Y K H S L
Decimal 219 61 123 0 0.72 0.44 0.14 336.46 0.69 0.55
Hex DB 3D 7B 0 48 2C E 150 45 37
Octal 333 75 173 0 110 54 16 520 105 67
Binary 11011011 111101 1111011 0 1001000 101100 1110 101010000 1000101 110111

Color Harmonies of #DB3D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3D7B

Black with #DB3D7B

Text Example


Text Example

White with #DB3D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3D7B; }

 p { color: rgb(219,61,123); }

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

background-color css

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

 a { background-color: rgb(219,61,123); }

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

border-color css

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

 span { border-color: rgb(219,61,123); }

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