Html Css Color HEX #DD6561 Roman

📋 copy color: '#DD6561'

red 221 ◦ green 101 ◦ blue 97

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

Shades of Roman #DD6561

Tints of Roman #DD6561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.15%

R = 52.74%
G = 24.11%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD6561 (or 0xDD6561) is known color: Roman. HEX triplet: DD, 65 and 61. RGB value is (221,101,97). Sum of RGB (Red+Green+Blue) = 221+101+97=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6561 is #229A9E. Grayscale: #888888. Windows color (decimal): -2267807 or 6383069. OLE color: 6383069.

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

Color convert

RGB 221 101 97 -
CMYK 0 0.54 0.56 0.13
HSL 1.94º 0.65% 0.62% -
HSV(B) 1.94º 0.56% 0.87% -
XYZ 36.63 25.54 14.31 -
YUV 136.42 105.76 188.33 -
System Red Green Blue C M Y K H S L
Decimal 221 101 97 0 0.54 0.56 0.13 1.94 0.65 0.62
Hex DD 65 61 0 36 38 D 2 41 3E
Octal 335 145 141 0 66 70 15 2 101 76
Binary 11011101 1100101 1100001 0 110110 111000 1101 10 1000001 111110

Color Harmonies of #DD6561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6561

Black with #DD6561

Text Example


Text Example

White with #DD6561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6561; }

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

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

background-color css

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

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

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

border-color css

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

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

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