Html Css Color HEX #D4757D Charm

📋 copy color: '#D4757D'

red 212 ◦ green 117 ◦ blue 125

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

Shades of Charm #D4757D

Tints of Charm #D4757D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.53%

R = 46.7%
G = 25.77%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4757D (or 0xD4757D) is known color: Charm. HEX triplet: D4, 75 and 7D. RGB value is (212,117,125). Sum of RGB (Red+Green+Blue) = 212+117+125=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D4757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4757D is #2B8A82. Grayscale: #929292. Windows color (decimal): -2853507 or 8222164. OLE color: 8222164.

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

Color convert

RGB 212 117 125 -
CMYK 0 0.45 0.41 0.17
HSL 354.95º 0.52% 0.65% -
HSV(B) 354.95º 0.45% 0.83% -
XYZ 37.21 28.2 22.88 -
YUV 146.32 115.97 174.85 -
System Red Green Blue C M Y K H S L
Decimal 212 117 125 0 0.45 0.41 0.17 354.95 0.52 0.65
Hex D4 75 7D 0 2D 29 11 163 34 41
Octal 324 165 175 0 55 51 21 543 64 101
Binary 11010100 1110101 1111101 0 101101 101001 10001 101100011 110100 1000001

Color Harmonies of #D4757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4757D

Black with #D4757D

Text Example


Text Example

White with #D4757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4757D; }

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

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

background-color css

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

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

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

border-color css

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

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

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