Html Css Color HEX #D56F7E Charm

📋 copy color: '#D56F7E'

red 213 ◦ green 111 ◦ blue 126

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

Shades of Charm #D56F7E

Tints of Charm #D56F7E

RGB

 RED value IS 213 (83.59% from 255) = 47.33%

 GREEN value IS 111 (43.75% from 255) = 24.67%

 BLUE value IS 126 (49.61% from 255) = 28%

R = 47.33%
G = 24.67%
B = 28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D56F7E (or 0xD56F7E) is known color: Charm. HEX triplet: D5, 6F and 7E. RGB value is (213,111,126). Sum of RGB (Red+Green+Blue) = 213+111+126=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56F7E is #2A9081. Grayscale: #8F8F8F. Windows color (decimal): -2789506 or 8286165. OLE color: 8286165.

HSL color Cylindrical-coordinate representation of color #D56F7E: hue angle of 351.18º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56F7E is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 111 126 -
CMYK 0 0.48 0.41 0.16
HSL 351.18º 0.55% 0.64% -
HSV(B) 351.18º 0.48% 0.84% -
XYZ 36.89 27.02 23.01 -
YUV 143.21 118.29 177.78 -
System Red Green Blue C M Y K H S L
Decimal 213 111 126 0 0.48 0.41 0.16 351.18 0.55 0.64
Hex D5 6F 7E 0 30 29 10 15F 37 40
Octal 325 157 176 0 60 51 20 537 67 100
Binary 11010101 1101111 1111110 0 110000 101001 10000 101011111 110111 1000000

Color Harmonies of #D56F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56F7E

Black with #D56F7E

Text Example


Text Example

White with #D56F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56F7E; }

 p { color: rgb(213,111,126); }

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

background-color css

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

 a { background-color: rgb(213,111,126); }

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

border-color css

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

 span { border-color: rgb(213,111,126); }

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