Html Css Color HEX #D4708B Charm

📋 copy color: '#D4708B'

red 212 ◦ green 112 ◦ blue 139

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

Shades of Charm #D4708B

Tints of Charm #D4708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.19%

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

R = 45.79%
G = 24.19%
B = 30.02%

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

#D4708B (or 0xD4708B) is known color: Charm. HEX triplet: D4, 70 and 8B. RGB value is (212,112,139). Sum of RGB (Red+Green+Blue) = 212+112+139=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D4708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4708B is #2B8F74. Grayscale: #909090. Windows color (decimal): -2854773 or 9138388. OLE color: 9138388.

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

Color convert

RGB 212 112 139 -
CMYK 0 0.47 0.34 0.17
HSL 343.8º 0.54% 0.64% -
HSV(B) 343.8º 0.47% 0.83% -
XYZ 37.61 27.45 27.74 -
YUV 144.98 124.63 175.8 -
System Red Green Blue C M Y K H S L
Decimal 212 112 139 0 0.47 0.34 0.17 343.8 0.54 0.64
Hex D4 70 8B 0 2F 22 11 158 36 40
Octal 324 160 213 0 57 42 21 530 66 100
Binary 11010100 1110000 10001011 0 101111 100010 10001 101011000 110110 1000000

Color Harmonies of #D4708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4708B

Black with #D4708B

Text Example


Text Example

White with #D4708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4708B; }

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

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

background-color css

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

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

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

border-color css

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

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

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