Html Css Color HEX #D77F90 Charm

📋 copy color: '#D77F90'

red 215 ◦ green 127 ◦ blue 144

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

Shades of Charm #D77F90

Tints of Charm #D77F90

RGB

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

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

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

R = 44.24%
G = 26.13%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D77F90 (or 0xD77F90) is known color: Charm. HEX triplet: D7, 7F and 90. RGB value is (215,127,144). Sum of RGB (Red+Green+Blue) = 215+127+144=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77F90 is #28806F. Grayscale: #9B9B9B. Windows color (decimal): -2654320 or 9469911. OLE color: 9469911.

HSL color Cylindrical-coordinate representation of color #D77F90: hue angle of 348.41º 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 #D77F90 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 127 144 -
CMYK 0 0.41 0.33 0.16
HSL 348.41º 0.52% 0.67% -
HSV(B) 348.41º 0.41% 0.84% -
XYZ 40.65 31.64 30.35 -
YUV 155.25 121.65 170.62 -
System Red Green Blue C M Y K H S L
Decimal 215 127 144 0 0.41 0.33 0.16 348.41 0.52 0.67
Hex D7 7F 90 0 29 21 10 15C 34 43
Octal 327 177 220 0 51 41 20 534 64 103
Binary 11010111 1111111 10010000 0 101001 100001 10000 101011100 110100 1000011

Color Harmonies of #D77F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77F90

Black with #D77F90

Text Example


Text Example

White with #D77F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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