Html Css Color HEX #D4718A Charm

📋 copy color: '#D4718A'

red 212 ◦ green 113 ◦ blue 138

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

Shades of Charm #D4718A

Tints of Charm #D4718A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.41%

 BLUE value IS 138 (54.3% from 255) = 29.81%

R = 45.79%
G = 24.41%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4718A (or 0xD4718A) is known color: Charm. HEX triplet: D4, 71 and 8A. RGB value is (212,113,138). Sum of RGB (Red+Green+Blue) = 212+113+138=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D4718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4718A is #2B8E75. Grayscale: #919191. Windows color (decimal): -2854518 or 9073108. OLE color: 9073108.

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

Color convert

RGB 212 113 138 -
CMYK 0 0.47 0.35 0.17
HSL 344.85º 0.54% 0.64% -
HSV(B) 344.85º 0.47% 0.83% -
XYZ 37.64 27.64 27.4 -
YUV 145.45 123.8 175.47 -
System Red Green Blue C M Y K H S L
Decimal 212 113 138 0 0.47 0.35 0.17 344.85 0.54 0.64
Hex D4 71 8A 0 2F 23 11 159 36 40
Octal 324 161 212 0 57 43 21 531 66 100
Binary 11010100 1110001 10001010 0 101111 100011 10001 101011001 110110 1000000

Color Harmonies of #D4718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4718A

Black with #D4718A

Text Example


Text Example

White with #D4718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4718A; }

 p { color: rgb(212,113,138); }

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

background-color css

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

 a { background-color: rgb(212,113,138); }

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

border-color css

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

 span { border-color: rgb(212,113,138); }

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