Html Css Color HEX #D2614E Dark Coral

📋 copy color: '#D2614E'

red 210 ◦ green 97 ◦ blue 78

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

Shades of Dark Coral #D2614E

Tints of Dark Coral #D2614E

RGB

 RED value IS 210 (82.42% from 255) = 54.55%

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

 BLUE value IS 78 (30.86% from 255) = 20.26%

R = 54.55%
G = 25.19%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2614E (or 0xD2614E) is known color: Dark Coral. HEX triplet: D2, 61 and 4E. RGB value is (210,97,78). Sum of RGB (Red+Green+Blue) = 210+97+78=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2614E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2614E is #2D9EB1. Grayscale: #808080. Windows color (decimal): -2989746 or 5136850. OLE color: 5136850.

HSL color Cylindrical-coordinate representation of color #D2614E: hue angle of 8.64º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2614E is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 97 78 -
CMYK 0 0.54 0.63 0.18
HSL 8.64º 0.59% 0.56% -
HSV(B) 8.64º 0.63% 0.82% -
XYZ 32.23 22.8 9.91 -
YUV 128.62 99.44 186.04 -
System Red Green Blue C M Y K H S L
Decimal 210 97 78 0 0.54 0.63 0.18 8.64 0.59 0.56
Hex D2 61 4E 0 36 3F 12 9 3B 38
Octal 322 141 116 0 66 77 22 11 73 70
Binary 11010010 1100001 1001110 0 110110 111111 10010 1001 111011 111000

Color Harmonies of #D2614E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2614E

Black with #D2614E

Text Example


Text Example

White with #D2614E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2614E; }

 p { color: rgb(210,97,78); }

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

background-color css

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

 a { background-color: rgb(210,97,78); }

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

border-color css

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

 span { border-color: rgb(210,97,78); }

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