Html Css Color HEX #D4757F Charm

📋 copy color: '#D4757F'

red 212 ◦ green 117 ◦ blue 127

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

Shades of Charm #D4757F

Tints of Charm #D4757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.66%

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

R = 46.49%
G = 25.66%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D4757F (or 0xD4757F) is known color: Charm. HEX triplet: D4, 75 and 7F. RGB value is (212,117,127). Sum of RGB (Red+Green+Blue) = 212+117+127=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D4757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4757F is #2B8A80. Grayscale: #929292. Windows color (decimal): -2853505 or 8353236. OLE color: 8353236.

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

Color convert

RGB 212 117 127 -
CMYK 0 0.45 0.40 0.17
HSL 353.68º 0.52% 0.65% -
HSV(B) 353.68º 0.45% 0.83% -
XYZ 37.34 28.25 23.56 -
YUV 146.55 116.97 174.69 -
System Red Green Blue C M Y K H S L
Decimal 212 117 127 0 0.45 0.40 0.17 353.68 0.52 0.65
Hex D4 75 7F 0 2D 28 11 162 34 41
Octal 324 165 177 0 55 50 21 542 64 101
Binary 11010100 1110101 1111111 0 101101 101000 10001 101100010 110100 1000001

Color Harmonies of #D4757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4757F

Black with #D4757F

Text Example


Text Example

White with #D4757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4757F; }

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

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

background-color css

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

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

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

border-color css

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

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

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