Html Css Color HEX #DD5F5A Roman

📋 copy color: '#DD5F5A'

red 221 ◦ green 95 ◦ blue 90

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

Shades of Roman #DD5F5A

Tints of Roman #DD5F5A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.4%

 BLUE value IS 90 (35.55% from 255) = 22.17%

R = 54.43%
G = 23.4%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD5F5A (or 0xDD5F5A) is known color: Roman. HEX triplet: DD, 5F and 5A. RGB value is (221,95,90). Sum of RGB (Red+Green+Blue) = 221+95+90=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5F5A is #22A0A5. Grayscale: #848484. Windows color (decimal): -2269350 or 5922781. OLE color: 5922781.

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

Color convert

RGB 221 95 90 -
CMYK 0 0.57 0.59 0.13
HSL 2.29º 0.66% 0.61% -
HSV(B) 2.29º 0.59% 0.87% -
XYZ 35.76 24.29 12.48 -
YUV 132.1 104.24 191.41 -
System Red Green Blue C M Y K H S L
Decimal 221 95 90 0 0.57 0.59 0.13 2.29 0.66 0.61
Hex DD 5F 5A 0 39 3B D 2 42 3D
Octal 335 137 132 0 71 73 15 2 102 75
Binary 11011101 1011111 1011010 0 111001 111011 1101 10 1000010 111101

Color Harmonies of #DD5F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5F5A

Black with #DD5F5A

Text Example


Text Example

White with #DD5F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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