Html Css Color HEX #D4717D Charm

📋 copy color: '#D4717D'

red 212 ◦ green 113 ◦ blue 125

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

Shades of Charm #D4717D

Tints of Charm #D4717D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.78%

R = 47.11%
G = 25.11%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4717D (or 0xD4717D) is known color: Charm. HEX triplet: D4, 71 and 7D. RGB value is (212,113,125). Sum of RGB (Red+Green+Blue) = 212+113+125=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D4717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4717D is #2B8E82. Grayscale: #909090. Windows color (decimal): -2854531 or 8221140. OLE color: 8221140.

HSL color Cylindrical-coordinate representation of color #D4717D: hue angle of 352.73º 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 #D4717D is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 113 125 -
CMYK 0 0.47 0.41 0.17
HSL 352.73º 0.54% 0.64% -
HSV(B) 352.73º 0.47% 0.83% -
XYZ 36.76 27.29 22.73 -
YUV 143.97 117.3 176.52 -
System Red Green Blue C M Y K H S L
Decimal 212 113 125 0 0.47 0.41 0.17 352.73 0.54 0.64
Hex D4 71 7D 0 2F 29 11 161 36 40
Octal 324 161 175 0 57 51 21 541 66 100
Binary 11010100 1110001 1111101 0 101111 101001 10001 101100001 110110 1000000

Color Harmonies of #D4717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4717D

Black with #D4717D

Text Example


Text Example

White with #D4717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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