Html Css Color HEX #DD615C Roman

📋 copy color: '#DD615C'

red 221 ◦ green 97 ◦ blue 92

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

Shades of Roman #DD615C

Tints of Roman #DD615C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.44%

R = 53.9%
G = 23.66%
B = 22.44%

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

#DD615C (or 0xDD615C) is known color: Roman. HEX triplet: DD, 61 and 5C. RGB value is (221,97,92). Sum of RGB (Red+Green+Blue) = 221+97+92=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD615C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD615C is #229EA3. Grayscale: #858585. Windows color (decimal): -2268836 or 6054365. OLE color: 6054365.

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

Color convert

RGB 221 97 92 -
CMYK 0 0.56 0.58 0.13
HSL 2.33º 0.65% 0.61% -
HSV(B) 2.33º 0.58% 0.87% -
XYZ 36.03 24.69 12.99 -
YUV 133.51 104.58 190.41 -
System Red Green Blue C M Y K H S L
Decimal 221 97 92 0 0.56 0.58 0.13 2.33 0.65 0.61
Hex DD 61 5C 0 38 3A D 2 41 3D
Octal 335 141 134 0 70 72 15 2 101 75
Binary 11011101 1100001 1011100 0 111000 111010 1101 10 1000001 111101

Color Harmonies of #DD615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD615C

Black with #DD615C

Text Example


Text Example

White with #DD615C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD615C; }

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

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

background-color css

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

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

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

border-color css

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

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

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