Html Css Color HEX #D4707F Charm

📋 copy color: '#D4707F'

red 212 ◦ green 112 ◦ blue 127

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

Shades of Charm #D4707F

Tints of Charm #D4707F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.16%

R = 47.01%
G = 24.83%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D4707F (or 0xD4707F) is known color: Charm. HEX triplet: D4, 70 and 7F. RGB value is (212,112,127). Sum of RGB (Red+Green+Blue) = 212+112+127=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D4707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4707F is #2B8F80. Grayscale: #8F8F8F. Windows color (decimal): -2854785 or 8351956. OLE color: 8351956.

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

Color convert

RGB 212 112 127 -
CMYK 0 0.47 0.40 0.17
HSL 351º 0.54% 0.64% -
HSV(B) 351º 0.47% 0.83% -
XYZ 36.78 27.12 23.37 -
YUV 143.61 118.63 176.78 -
System Red Green Blue C M Y K H S L
Decimal 212 112 127 0 0.47 0.40 0.17 351 0.54 0.64
Hex D4 70 7F 0 2F 28 11 15F 36 40
Octal 324 160 177 0 57 50 21 537 66 100
Binary 11010100 1110000 1111111 0 101111 101000 10001 101011111 110110 1000000

Color Harmonies of #D4707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4707F

Black with #D4707F

Text Example


Text Example

White with #D4707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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