Html Css Color HEX #D4727F Charm

📋 copy color: '#D4727F'

red 212 ◦ green 114 ◦ blue 127

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

Shades of Charm #D4727F

Tints of Charm #D4727F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.17%

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

R = 46.8%
G = 25.17%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D4727F (or 0xD4727F) is known color: Charm. HEX triplet: D4, 72 and 7F. RGB value is (212,114,127). Sum of RGB (Red+Green+Blue) = 212+114+127=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D4727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4727F is #2B8D80. Grayscale: #909090. Windows color (decimal): -2854273 or 8352468. OLE color: 8352468.

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

Color convert

RGB 212 114 127 -
CMYK 0 0.46 0.40 0.17
HSL 352.04º 0.53% 0.64% -
HSV(B) 352.04º 0.46% 0.83% -
XYZ 37 27.56 23.45 -
YUV 144.78 117.97 175.94 -
System Red Green Blue C M Y K H S L
Decimal 212 114 127 0 0.46 0.40 0.17 352.04 0.53 0.64
Hex D4 72 7F 0 2E 28 11 160 35 40
Octal 324 162 177 0 56 50 21 540 65 100
Binary 11010100 1110010 1111111 0 101110 101000 10001 101100000 110101 1000000

Color Harmonies of #D4727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4727F

Black with #D4727F

Text Example


Text Example

White with #D4727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4727F; }

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

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

background-color css

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

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

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

border-color css

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

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

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