Html Css Color HEX #DB6355 Roman

📋 copy color: '#DB6355'

red 219 ◦ green 99 ◦ blue 85

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

Shades of Roman #DB6355

Tints of Roman #DB6355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.09%

R = 54.34%
G = 24.57%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB6355 (or 0xDB6355) is known color: Roman. HEX triplet: DB, 63 and 55. RGB value is (219,99,85). Sum of RGB (Red+Green+Blue) = 219+99+85=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6355 is #249CAA. Grayscale: #858585. Windows color (decimal): -2399403 or 5596123. OLE color: 5596123.

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

Color convert

RGB 219 99 85 -
CMYK 0 0.55 0.61 0.14
HSL 6.27º 0.65% 0.6% -
HSV(B) 6.27º 0.61% 0.86% -
XYZ 35.31 24.64 11.49 -
YUV 133.28 100.76 189.14 -
System Red Green Blue C M Y K H S L
Decimal 219 99 85 0 0.55 0.61 0.14 6.27 0.65 0.6
Hex DB 63 55 0 37 3D E 6 41 3C
Octal 333 143 125 0 67 75 16 6 101 74
Binary 11011011 1100011 1010101 0 110111 111101 1110 110 1000001 111100

Color Harmonies of #DB6355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6355

Black with #DB6355

Text Example


Text Example

White with #DB6355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6355; }

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

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

background-color css

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

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

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

border-color css

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

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

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