Html Css Color HEX #D4657D Charm

📋 copy color: '#D4657D'

red 212 ◦ green 101 ◦ blue 125

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

Shades of Charm #D4657D

Tints of Charm #D4657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.06%

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

R = 48.4%
G = 23.06%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4657D (or 0xD4657D) is known color: Charm. HEX triplet: D4, 65 and 7D. RGB value is (212,101,125). Sum of RGB (Red+Green+Blue) = 212+101+125=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D4657D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4657D is #2B9A82. Grayscale: #888888. Windows color (decimal): -2857603 or 8218068. OLE color: 8218068.

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

Color convert

RGB 212 101 125 -
CMYK 0 0.52 0.41 0.17
HSL 347.03º 0.56% 0.61% -
HSV(B) 347.03º 0.52% 0.83% -
XYZ 35.51 24.79 22.31 -
YUV 136.93 121.27 181.55 -
System Red Green Blue C M Y K H S L
Decimal 212 101 125 0 0.52 0.41 0.17 347.03 0.56 0.61
Hex D4 65 7D 0 34 29 11 15B 38 3D
Octal 324 145 175 0 64 51 21 533 70 75
Binary 11010100 1100101 1111101 0 110100 101001 10001 101011011 111000 111101

Color Harmonies of #D4657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4657D

Black with #D4657D

Text Example


Text Example

White with #D4657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4657D; }

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

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

background-color css

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

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

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

border-color css

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

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

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