Html Css Color HEX #DD6159 Roman

📋 copy color: '#DD6159'

red 221 ◦ green 97 ◦ blue 89

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

Shades of Roman #DD6159

Tints of Roman #DD6159

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.83%

 BLUE value IS 89 (35.16% from 255) = 21.87%

R = 54.3%
G = 23.83%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD6159 (or 0xDD6159) is known color: Roman. HEX triplet: DD, 61 and 59. RGB value is (221,97,89). Sum of RGB (Red+Green+Blue) = 221+97+89=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 89 (35.16% from 255 or 21.87% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6159 is #229EA6. Grayscale: #858585. Windows color (decimal): -2268839 or 5857757. OLE color: 5857757.

HSL color Cylindrical-coordinate representation of color #DD6159: hue angle of 3.64º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD6159 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 97 89 -
CMYK 0 0.56 0.60 0.13
HSL 3.64º 0.66% 0.61% -
HSV(B) 3.64º 0.6% 0.87% -
XYZ 35.9 24.64 12.32 -
YUV 133.16 103.08 190.65 -
System Red Green Blue C M Y K H S L
Decimal 221 97 89 0 0.56 0.60 0.13 3.64 0.66 0.61
Hex DD 61 59 0 38 3C D 4 42 3D
Octal 335 141 131 0 70 74 15 4 102 75
Binary 11011101 1100001 1011001 0 111000 111100 1101 100 1000010 111101

Color Harmonies of #DD6159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6159

Black with #DD6159

Text Example


Text Example

White with #DD6159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6159; }

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

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

background-color css

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

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

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

border-color css

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

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

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