Html Css Color HEX #DD6560 Roman

📋 copy color: '#DD6560'

red 221 ◦ green 101 ◦ blue 96

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

Shades of Roman #DD6560

Tints of Roman #DD6560

RGB

 RED value IS 221 (86.72% from 255) = 52.87%

 GREEN value IS 101 (39.84% from 255) = 24.16%

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

R = 52.87%
G = 24.16%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD6560 (or 0xDD6560) is known color: Roman. HEX triplet: DD, 65 and 60. RGB value is (221,101,96). Sum of RGB (Red+Green+Blue) = 221+101+96=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6560 is #229A9F. Grayscale: #888888. Windows color (decimal): -2267808 or 6317533. OLE color: 6317533.

HSL color Cylindrical-coordinate representation of color #DD6560: hue angle of 2.4º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD6560 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 101 96 -
CMYK 0 0.54 0.57 0.13
HSL 2.4º 0.65% 0.62% -
HSV(B) 2.4º 0.57% 0.87% -
XYZ 36.58 25.52 14.06 -
YUV 136.31 105.26 188.41 -
System Red Green Blue C M Y K H S L
Decimal 221 101 96 0 0.54 0.57 0.13 2.4 0.65 0.62
Hex DD 65 60 0 36 39 D 2 41 3E
Octal 335 145 140 0 66 71 15 2 101 76
Binary 11011101 1100101 1100000 0 110110 111001 1101 10 1000001 111110

Color Harmonies of #DD6560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6560

Black with #DD6560

Text Example


Text Example

White with #DD6560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6560; }

 p { color: rgb(221,101,96); }

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

background-color css

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

 a { background-color: rgb(221,101,96); }

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

border-color css

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

 span { border-color: rgb(221,101,96); }

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