Html Css Color HEX #DB6057 Roman

📋 copy color: '#DB6057'

red 219 ◦ green 96 ◦ blue 87

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

Shades of Roman #DB6057

Tints of Roman #DB6057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.64%

R = 54.48%
G = 23.88%
B = 21.64%

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

#DB6057 (or 0xDB6057) is known color: Roman. HEX triplet: DB, 60 and 57. RGB value is (219,96,87). Sum of RGB (Red+Green+Blue) = 219+96+87=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 87 (34.38% from 255 or 21.64% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6057 is #249FA8. Grayscale: #838383. Windows color (decimal): -2400169 or 5726427. OLE color: 5726427.

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

Color convert

RGB 219 96 87 -
CMYK 0 0.56 0.60 0.14
HSL 4.09º 0.65% 0.6% -
HSV(B) 4.09º 0.6% 0.86% -
XYZ 35.12 24.11 11.82 -
YUV 131.75 102.75 190.23 -
System Red Green Blue C M Y K H S L
Decimal 219 96 87 0 0.56 0.60 0.14 4.09 0.65 0.6
Hex DB 60 57 0 38 3C E 4 41 3C
Octal 333 140 127 0 70 74 16 4 101 74
Binary 11011011 1100000 1010111 0 111000 111100 1110 100 1000001 111100

Color Harmonies of #DB6057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6057

Black with #DB6057

Text Example


Text Example

White with #DB6057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6057; }

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

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

background-color css

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

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

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

border-color css

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

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

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