Html Css Color HEX #D5563F Dark Coral

📋 copy color: '#D5563F'

red 213 ◦ green 86 ◦ blue 63

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

Shades of Dark Coral #D5563F

Tints of Dark Coral #D5563F

RGB

 RED value IS 213 (83.59% from 255) = 58.84%

 GREEN value IS 86 (33.98% from 255) = 23.76%

 BLUE value IS 63 (25% from 255) = 17.4%

R = 58.84%
G = 23.76%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5563F (or 0xD5563F) is known color: Dark Coral. HEX triplet: D5, 56 and 3F. RGB value is (213,86,63). Sum of RGB (Red+Green+Blue) = 213+86+63=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D5563F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5563F is #2AA9C0. Grayscale: #797979. Windows color (decimal): -2795969 or 4150997. OLE color: 4150997.

HSL color Cylindrical-coordinate representation of color #D5563F: hue angle of 9.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5563F is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 86 63 -
CMYK 0 0.60 0.70 0.16
HSL 9.2º 0.64% 0.54% -
HSV(B) 9.2º 0.7% 0.84% -
XYZ 31.67 21.16 7.12 -
YUV 121.35 95.08 193.37 -
System Red Green Blue C M Y K H S L
Decimal 213 86 63 0 0.60 0.70 0.16 9.2 0.64 0.54
Hex D5 56 3F 0 3C 46 10 9 40 36
Octal 325 126 77 0 74 106 20 11 100 66
Binary 11010101 1010110 111111 0 111100 1000110 10000 1001 1000000 110110

Color Harmonies of #D5563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5563F

Black with #D5563F

Text Example


Text Example

White with #D5563F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5563F; }

 p { color: rgb(213,86,63); }

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

background-color css

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

 a { background-color: rgb(213,86,63); }

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

border-color css

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

 span { border-color: rgb(213,86,63); }

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