Html Css Color HEX #D77690 Charm

📋 copy color: '#D77690'

red 215 ◦ green 118 ◦ blue 144

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

Shades of Charm #D77690

Tints of Charm #D77690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.74%

 BLUE value IS 144 (56.64% from 255) = 30.19%

R = 45.07%
G = 24.74%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D77690 (or 0xD77690) is known color: Charm. HEX triplet: D7, 76 and 90. RGB value is (215,118,144). Sum of RGB (Red+Green+Blue) = 215+118+144=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D77690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77690 is #28896F. Grayscale: #959595. Windows color (decimal): -2656624 or 9467607. OLE color: 9467607.

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

Color convert

RGB 215 118 144 -
CMYK 0 0.45 0.33 0.16
HSL 343.92º 0.55% 0.65% -
HSV(B) 343.92º 0.45% 0.84% -
XYZ 39.54 29.42 29.98 -
YUV 149.97 124.64 174.39 -
System Red Green Blue C M Y K H S L
Decimal 215 118 144 0 0.45 0.33 0.16 343.92 0.55 0.65
Hex D7 76 90 0 2D 21 10 158 37 41
Octal 327 166 220 0 55 41 20 530 67 101
Binary 11010111 1110110 10010000 0 101101 100001 10000 101011000 110111 1000001

Color Harmonies of #D77690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77690

Black with #D77690

Text Example


Text Example

White with #D77690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77690; }

 p { color: rgb(215,118,144); }

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

background-color css

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

 a { background-color: rgb(215,118,144); }

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

border-color css

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

 span { border-color: rgb(215,118,144); }

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