Html Css Color HEX #DD5A58 Roman

📋 copy color: '#DD5A58'

red 221 ◦ green 90 ◦ blue 88

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

Shades of Roman #DD5A58

Tints of Roman #DD5A58

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.56%

 BLUE value IS 88 (34.77% from 255) = 22.06%

R = 55.39%
G = 22.56%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD5A58 (or 0xDD5A58) is known color: Roman. HEX triplet: DD, 5A and 58. RGB value is (221,90,88). Sum of RGB (Red+Green+Blue) = 221+90+88=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5A58 is #22A5A7. Grayscale: #818181. Windows color (decimal): -2270632 or 5790429. OLE color: 5790429.

HSL color Cylindrical-coordinate representation of color #DD5A58: hue angle of 0.9º 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 #DD5A58 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 90 88 -
CMYK 0 0.59 0.60 0.13
HSL 0.9º 0.66% 0.61% -
HSV(B) 0.9º 0.6% 0.87% -
XYZ 35.24 23.39 11.89 -
YUV 128.94 104.9 193.66 -
System Red Green Blue C M Y K H S L
Decimal 221 90 88 0 0.59 0.60 0.13 0.9 0.66 0.61
Hex DD 5A 58 0 3B 3C D 1 42 3D
Octal 335 132 130 0 73 74 15 1 102 75
Binary 11011101 1011010 1011000 0 111011 111100 1101 1 1000010 111101

Color Harmonies of #DD5A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A58

Black with #DD5A58

Text Example


Text Example

White with #DD5A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A58; }

 p { color: rgb(221,90,88); }

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

background-color css

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

 a { background-color: rgb(221,90,88); }

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

border-color css

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

 span { border-color: rgb(221,90,88); }

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