Html Css Color HEX #DB6058 Roman

📋 copy color: '#DB6058'

red 219 ◦ green 96 ◦ blue 88

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

Shades of Roman #DB6058

Tints of Roman #DB6058

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.82%

 BLUE value IS 88 (34.77% from 255) = 21.84%

R = 54.34%
G = 23.82%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB6058 (or 0xDB6058) is known color: Roman. HEX triplet: DB, 60 and 58. RGB value is (219,96,88). Sum of RGB (Red+Green+Blue) = 219+96+88=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6058 is #249FA7. Grayscale: #848484. Windows color (decimal): -2400168 or 5791963. OLE color: 5791963.

HSL color Cylindrical-coordinate representation of color #DB6058: hue angle of 3.66º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB6058 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 96 88 -
CMYK 0 0.56 0.60 0.14
HSL 3.66º 0.65% 0.6% -
HSV(B) 3.66º 0.6% 0.86% -
XYZ 35.16 24.13 12.04 -
YUV 131.87 103.25 190.15 -
System Red Green Blue C M Y K H S L
Decimal 219 96 88 0 0.56 0.60 0.14 3.66 0.65 0.6
Hex DB 60 58 0 38 3C E 4 41 3C
Octal 333 140 130 0 70 74 16 4 101 74
Binary 11011011 1100000 1011000 0 111000 111100 1110 100 1000001 111100

Color Harmonies of #DB6058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6058

Black with #DB6058

Text Example


Text Example

White with #DB6058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6058; }

 p { color: rgb(219,96,88); }

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

background-color css

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

 a { background-color: rgb(219,96,88); }

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

border-color css

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

 span { border-color: rgb(219,96,88); }

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