Html Css Color HEX #DB6360 Roman

📋 copy color: '#DB6360'

red 219 ◦ green 99 ◦ blue 96

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

Shades of Roman #DB6360

Tints of Roman #DB6360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.91%

 BLUE value IS 96 (37.89% from 255) = 23.19%

R = 52.9%
G = 23.91%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB6360 (or 0xDB6360) is known color: Roman. HEX triplet: DB, 63 and 60. RGB value is (219,99,96). Sum of RGB (Red+Green+Blue) = 219+99+96=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6360 is #249C9F. Grayscale: #868686. Windows color (decimal): -2399392 or 6317019. OLE color: 6317019.

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

Color convert

RGB 219 99 96 -
CMYK 0 0.55 0.56 0.14
HSL 1.46º 0.63% 0.62% -
HSV(B) 1.46º 0.56% 0.86% -
XYZ 35.79 24.83 13.97 -
YUV 134.54 106.26 188.24 -
System Red Green Blue C M Y K H S L
Decimal 219 99 96 0 0.55 0.56 0.14 1.46 0.63 0.62
Hex DB 63 60 0 37 38 E 1 3F 3E
Octal 333 143 140 0 67 70 16 1 77 76
Binary 11011011 1100011 1100000 0 110111 111000 1110 1 111111 111110

Color Harmonies of #DB6360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6360

Black with #DB6360

Text Example


Text Example

White with #DB6360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6360; }

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

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

background-color css

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

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

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

border-color css

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

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

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