Html Css Color HEX #D77D8E Charm

📋 copy color: '#D77D8E'

red 215 ◦ green 125 ◦ blue 142

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

Shades of Charm #D77D8E

Tints of Charm #D77D8E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.93%

 BLUE value IS 142 (55.86% from 255) = 29.46%

R = 44.61%
G = 25.93%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D77D8E (or 0xD77D8E) is known color: Charm. HEX triplet: D7, 7D and 8E. RGB value is (215,125,142). Sum of RGB (Red+Green+Blue) = 215+125+142=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77D8E is #288271. Grayscale: #999999. Windows color (decimal): -2654834 or 9338327. OLE color: 9338327.

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

Color convert

RGB 215 125 142 -
CMYK 0 0.42 0.34 0.16
HSL 348.67º 0.53% 0.67% -
HSV(B) 348.67º 0.42% 0.84% -
XYZ 40.24 31.07 29.47 -
YUV 153.85 121.32 171.62 -
System Red Green Blue C M Y K H S L
Decimal 215 125 142 0 0.42 0.34 0.16 348.67 0.53 0.67
Hex D7 7D 8E 0 2A 22 10 15D 35 43
Octal 327 175 216 0 52 42 20 535 65 103
Binary 11010111 1111101 10001110 0 101010 100010 10000 101011101 110101 1000011

Color Harmonies of #D77D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77D8E

Black with #D77D8E

Text Example


Text Example

White with #D77D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77D8E; }

 p { color: rgb(215,125,142); }

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

background-color css

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

 a { background-color: rgb(215,125,142); }

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

border-color css

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

 span { border-color: rgb(215,125,142); }

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