Html Css Color HEX #D7707F Charm

📋 copy color: '#D7707F'

red 215 ◦ green 112 ◦ blue 127

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

Shades of Charm #D7707F

Tints of Charm #D7707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.67%

 BLUE value IS 127 (50% from 255) = 27.97%

R = 47.36%
G = 24.67%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D7707F (or 0xD7707F) is known color: Charm. HEX triplet: D7, 70 and 7F. RGB value is (215,112,127). Sum of RGB (Red+Green+Blue) = 215+112+127=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D7707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7707F is #288F80. Grayscale: #909090. Windows color (decimal): -2658177 or 8351959. OLE color: 8351959.

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

Color convert

RGB 215 112 127 -
CMYK 0 0.48 0.41 0.16
HSL 351.26º 0.56% 0.64% -
HSV(B) 351.26º 0.48% 0.84% -
XYZ 37.65 27.57 23.42 -
YUV 144.51 118.12 178.28 -
System Red Green Blue C M Y K H S L
Decimal 215 112 127 0 0.48 0.41 0.16 351.26 0.56 0.64
Hex D7 70 7F 0 30 29 10 15F 38 40
Octal 327 160 177 0 60 51 20 537 70 100
Binary 11010111 1110000 1111111 0 110000 101001 10000 101011111 111000 1000000

Color Harmonies of #D7707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7707F

Black with #D7707F

Text Example


Text Example

White with #D7707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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