Html Css Color HEX #DD615D Roman

📋 copy color: '#DD615D'

red 221 ◦ green 97 ◦ blue 93

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

Shades of Roman #DD615D

Tints of Roman #DD615D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.6%

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

R = 53.77%
G = 23.6%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD615D (or 0xDD615D) is known color: Roman. HEX triplet: DD, 61 and 5D. RGB value is (221,97,93). Sum of RGB (Red+Green+Blue) = 221+97+93=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD615D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD615D is #229EA2. Grayscale: #858585. Windows color (decimal): -2268835 or 6119901. OLE color: 6119901.

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

Color convert

RGB 221 97 93 -
CMYK 0 0.56 0.58 0.13
HSL 1.88º 0.65% 0.62% -
HSV(B) 1.88º 0.58% 0.87% -
XYZ 36.07 24.71 13.22 -
YUV 133.62 105.08 190.33 -
System Red Green Blue C M Y K H S L
Decimal 221 97 93 0 0.56 0.58 0.13 1.88 0.65 0.62
Hex DD 61 5D 0 38 3A D 2 41 3E
Octal 335 141 135 0 70 72 15 2 101 76
Binary 11011101 1100001 1011101 0 111000 111010 1101 10 1000001 111110

Color Harmonies of #DD615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD615D

Black with #DD615D

Text Example


Text Example

White with #DD615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD615D; }

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

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

background-color css

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

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

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

border-color css

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

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

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