Html Css Color HEX #D4718B Charm

📋 copy color: '#D4718B'

red 212 ◦ green 113 ◦ blue 139

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

Shades of Charm #D4718B

Tints of Charm #D4718B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.96%

R = 45.69%
G = 24.35%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4718B (or 0xD4718B) is known color: Charm. HEX triplet: D4, 71 and 8B. RGB value is (212,113,139). Sum of RGB (Red+Green+Blue) = 212+113+139=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D4718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4718B is #2B8E74. Grayscale: #919191. Windows color (decimal): -2854517 or 9138644. OLE color: 9138644.

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

Color convert

RGB 212 113 139 -
CMYK 0 0.47 0.34 0.17
HSL 344.24º 0.54% 0.64% -
HSV(B) 344.24º 0.47% 0.83% -
XYZ 37.72 27.67 27.78 -
YUV 145.57 124.3 175.39 -
System Red Green Blue C M Y K H S L
Decimal 212 113 139 0 0.47 0.34 0.17 344.24 0.54 0.64
Hex D4 71 8B 0 2F 22 11 158 36 40
Octal 324 161 213 0 57 42 21 530 66 100
Binary 11010100 1110001 10001011 0 101111 100010 10001 101011000 110110 1000000

Color Harmonies of #D4718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4718B

Black with #D4718B

Text Example


Text Example

White with #D4718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4718B; }

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

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

background-color css

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

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

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

border-color css

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

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

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