Html Css Color HEX #DC615D Roman

📋 copy color: '#DC615D'

red 220 ◦ green 97 ◦ blue 93

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

Shades of Roman #DC615D

Tints of Roman #DC615D

RGB

 RED value IS 220 (86.33% from 255) = 53.66%

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

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

R = 53.66%
G = 23.66%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC615D (or 0xDC615D) is known color: Roman. HEX triplet: DC, 61 and 5D. RGB value is (220,97,93). Sum of RGB (Red+Green+Blue) = 220+97+93=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC615D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC615D is #239EA2. Grayscale: #858585. Windows color (decimal): -2334371 or 6119900. OLE color: 6119900.

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

Color convert

RGB 220 97 93 -
CMYK 0 0.56 0.58 0.14
HSL 1.89º 0.64% 0.61% -
HSV(B) 1.89º 0.58% 0.86% -
XYZ 35.77 24.56 13.21 -
YUV 133.32 105.25 189.83 -
System Red Green Blue C M Y K H S L
Decimal 220 97 93 0 0.56 0.58 0.14 1.89 0.64 0.61
Hex DC 61 5D 0 38 3A E 2 40 3D
Octal 334 141 135 0 70 72 16 2 100 75
Binary 11011100 1100001 1011101 0 111000 111010 1110 10 1000000 111101

Color Harmonies of #DC615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC615D

Black with #DC615D

Text Example


Text Example

White with #DC615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC615D; }

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

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

background-color css

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

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

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

border-color css

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

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

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