Html Css Color HEX #DD605D Roman

📋 copy color: '#DD605D'

red 221 ◦ green 96 ◦ blue 93

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

Shades of Roman #DD605D

Tints of Roman #DD605D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.41%

 BLUE value IS 93 (36.72% from 255) = 22.68%

R = 53.9%
G = 23.41%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD605D (or 0xDD605D) is known color: Roman. HEX triplet: DD, 60 and 5D. RGB value is (221,96,93). Sum of RGB (Red+Green+Blue) = 221+96+93=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD605D is #229FA2. Grayscale: #858585. Windows color (decimal): -2269091 or 6119645. OLE color: 6119645.

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

Color convert

RGB 221 96 93 -
CMYK 0 0.57 0.58 0.13
HSL 1.41º 0.65% 0.62% -
HSV(B) 1.41º 0.58% 0.87% -
XYZ 35.98 24.53 13.19 -
YUV 133.03 105.41 190.74 -
System Red Green Blue C M Y K H S L
Decimal 221 96 93 0 0.57 0.58 0.13 1.41 0.65 0.62
Hex DD 60 5D 0 39 3A D 1 41 3E
Octal 335 140 135 0 71 72 15 1 101 76
Binary 11011101 1100000 1011101 0 111001 111010 1101 1 1000001 111110

Color Harmonies of #DD605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD605D

Black with #DD605D

Text Example


Text Example

White with #DD605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD605D; }

 p { color: rgb(221,96,93); }

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

background-color css

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

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

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

border-color css

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

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

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