Html Css Color HEX #DD5858 Roman

📋 copy color: '#DD5858'

red 221 ◦ green 88 ◦ blue 88

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

Shades of Roman #DD5858

Tints of Roman #DD5858

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.17%

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

R = 55.67%
G = 22.17%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD5858 (or 0xDD5858) is known color: Roman. HEX triplet: DD, 58 and 58. RGB value is (221,88,88). Sum of RGB (Red+Green+Blue) = 221+88+88=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5858 is #22A7A7. Grayscale: #7F7F7F. Windows color (decimal): -2271144 or 5789917. OLE color: 5789917.

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

Color convert

RGB 221 88 88 -
CMYK 0 0.60 0.60 0.13
HSL 0.66% 0.61% -
HSV(B) 0.6% 0.87% -
XYZ 35.07 23.06 11.83 -
YUV 127.77 105.56 194.5 -
System Red Green Blue C M Y K H S L
Decimal 221 88 88 0 0.60 0.60 0.13 0 0.66 0.61
Hex DD 58 58 0 3C 3C D 0 42 3D
Octal 335 130 130 0 74 74 15 0 102 75
Binary 11011101 1011000 1011000 0 111100 111100 1101 0 1000010 111101

Color Harmonies of #DD5858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5858

Black with #DD5858

Text Example


Text Example

White with #DD5858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5858; }

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

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

background-color css

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

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

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

border-color css

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

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

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