Html Css Color HEX #D7728C Charm

📋 copy color: '#D7728C'

red 215 ◦ green 114 ◦ blue 140

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

Shades of Charm #D7728C

Tints of Charm #D7728C

RGB

 RED value IS 215 (84.38% from 255) = 45.84%

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

 BLUE value IS 140 (55.08% from 255) = 29.85%

R = 45.84%
G = 24.31%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7728C (or 0xD7728C) is known color: Charm. HEX triplet: D7, 72 and 8C. RGB value is (215,114,140). Sum of RGB (Red+Green+Blue) = 215+114+140=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D7728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7728C is #288D73. Grayscale: #939393. Windows color (decimal): -2657652 or 9204439. OLE color: 9204439.

HSL color Cylindrical-coordinate representation of color #D7728C: hue angle of 344.55º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D7728C is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 114 140 -
CMYK 0 0.47 0.35 0.16
HSL 344.55º 0.56% 0.65% -
HSV(B) 344.55º 0.47% 0.84% -
XYZ 38.78 28.38 28.24 -
YUV 147.16 123.96 176.39 -
System Red Green Blue C M Y K H S L
Decimal 215 114 140 0 0.47 0.35 0.16 344.55 0.56 0.65
Hex D7 72 8C 0 2F 23 10 159 38 41
Octal 327 162 214 0 57 43 20 531 70 101
Binary 11010111 1110010 10001100 0 101111 100011 10000 101011001 111000 1000001

Color Harmonies of #D7728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7728C

Black with #D7728C

Text Example


Text Example

White with #D7728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7728C; }

 p { color: rgb(215,114,140); }

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

background-color css

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

 a { background-color: rgb(215,114,140); }

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

border-color css

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

 span { border-color: rgb(215,114,140); }

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