Html Css Color HEX #D77F8C Charm

📋 copy color: '#D77F8C'

red 215 ◦ green 127 ◦ blue 140

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

Shades of Charm #D77F8C

Tints of Charm #D77F8C

RGB

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

 GREEN value IS 127 (50% from 255) = 26.35%

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

R = 44.61%
G = 26.35%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D77F8C (or 0xD77F8C) is known color: Charm. HEX triplet: D7, 7F and 8C. RGB value is (215,127,140). Sum of RGB (Red+Green+Blue) = 215+127+140=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77F8C is #288073. Grayscale: #9A9A9A. Windows color (decimal): -2654324 or 9207767. OLE color: 9207767.

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

Color convert

RGB 215 127 140 -
CMYK 0 0.41 0.35 0.16
HSL 351.14º 0.52% 0.67% -
HSV(B) 351.14º 0.41% 0.84% -
XYZ 40.35 31.52 28.77 -
YUV 154.79 119.65 170.94 -
System Red Green Blue C M Y K H S L
Decimal 215 127 140 0 0.41 0.35 0.16 351.14 0.52 0.67
Hex D7 7F 8C 0 29 23 10 15F 34 43
Octal 327 177 214 0 51 43 20 537 64 103
Binary 11010111 1111111 10001100 0 101001 100011 10000 101011111 110100 1000011

Color Harmonies of #D77F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77F8C

Black with #D77F8C

Text Example


Text Example

White with #D77F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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