Html Css Color HEX #D46148 Dark Coral

📋 copy color: '#D46148'

red 212 ◦ green 97 ◦ blue 72

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

Shades of Dark Coral #D46148

Tints of Dark Coral #D46148

RGB

 RED value IS 212 (83.2% from 255) = 55.64%

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

 BLUE value IS 72 (28.52% from 255) = 18.9%

R = 55.64%
G = 25.46%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D46148 (or 0xD46148) is known color: Dark Coral. HEX triplet: D4, 61 and 48. RGB value is (212,97,72). Sum of RGB (Red+Green+Blue) = 212+97+72=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D46148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46148 is #2B9EB7. Grayscale: #808080. Windows color (decimal): -2858680 or 4743636. OLE color: 4743636.

HSL color Cylindrical-coordinate representation of color #D46148: hue angle of 10.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D46148 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 97 72 -
CMYK 0 0.54 0.66 0.17
HSL 10.71º 0.62% 0.56% -
HSV(B) 10.71º 0.66% 0.83% -
XYZ 32.6 23.01 8.86 -
YUV 128.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 212 97 72 0 0.54 0.66 0.17 10.71 0.62 0.56
Hex D4 61 48 0 36 42 11 B 3E 38
Octal 324 141 110 0 66 102 21 13 76 70
Binary 11010100 1100001 1001000 0 110110 1000010 10001 1011 111110 111000

Color Harmonies of #D46148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46148

Black with #D46148

Text Example


Text Example

White with #D46148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46148; }

 p { color: rgb(212,97,72); }

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

background-color css

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

 a { background-color: rgb(212,97,72); }

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

border-color css

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

 span { border-color: rgb(212,97,72); }

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