Html Css Color HEX #D07E80 Charm

📋 copy color: '#D07E80'

red 208 ◦ green 126 ◦ blue 128

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

Shades of Charm #D07E80

Tints of Charm #D07E80

RGB

 RED value IS 208 (81.64% from 255) = 45.02%

 GREEN value IS 126 (49.61% from 255) = 27.27%

 BLUE value IS 128 (50.39% from 255) = 27.71%

R = 45.02%
G = 27.27%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D07E80 (or 0xD07E80) is known color: Charm. HEX triplet: D0, 7E and 80. RGB value is (208,126,128). Sum of RGB (Red+Green+Blue) = 208+126+128=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07E80 is #2F817F. Grayscale: #969696. Windows color (decimal): -3113344 or 8421072. OLE color: 8421072.

HSL color Cylindrical-coordinate representation of color #D07E80: hue angle of 358.54º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07E80 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 126 128 -
CMYK 0 0.39 0.38 0.18
HSL 358.54º 0.47% 0.65% -
HSV(B) 358.54º 0.39% 0.82% -
XYZ 37.37 29.89 24.22 -
YUV 150.75 115.17 168.84 -
System Red Green Blue C M Y K H S L
Decimal 208 126 128 0 0.39 0.38 0.18 358.54 0.47 0.65
Hex D0 7E 80 0 27 26 12 167 2F 41
Octal 320 176 200 0 47 46 22 547 57 101
Binary 11010000 1111110 10000000 0 100111 100110 10010 101100111 101111 1000001

Color Harmonies of #D07E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E80

Black with #D07E80

Text Example


Text Example

White with #D07E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E80; }

 p { color: rgb(208,126,128); }

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

background-color css

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

 a { background-color: rgb(208,126,128); }

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

border-color css

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

 span { border-color: rgb(208,126,128); }

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