Html Css Color HEX #DD5957 Roman

📋 copy color: '#DD5957'

red 221 ◦ green 89 ◦ blue 87

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

Shades of Roman #DD5957

Tints of Roman #DD5957

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.42%

 BLUE value IS 87 (34.38% from 255) = 21.91%

R = 55.67%
G = 22.42%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD5957 (or 0xDD5957) is known color: Roman. HEX triplet: DD, 59 and 57. RGB value is (221,89,87). Sum of RGB (Red+Green+Blue) = 221+89+87=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5957 is #22A6A8. Grayscale: #808080. Windows color (decimal): -2270889 or 5724637. OLE color: 5724637.

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

Color convert

RGB 221 89 87 -
CMYK 0 0.60 0.61 0.13
HSL 0.9º 0.66% 0.6% -
HSV(B) 0.9º 0.61% 0.87% -
XYZ 35.11 23.21 11.65 -
YUV 128.24 104.73 194.16 -
System Red Green Blue C M Y K H S L
Decimal 221 89 87 0 0.60 0.61 0.13 0.9 0.66 0.6
Hex DD 59 57 0 3C 3D D 1 42 3C
Octal 335 131 127 0 74 75 15 1 102 74
Binary 11011101 1011001 1010111 0 111100 111101 1101 1 1000010 111100

Color Harmonies of #DD5957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5957

Black with #DD5957

Text Example


Text Example

White with #DD5957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5957; }

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

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

background-color css

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

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

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

border-color css

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

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

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