Html Css Color HEX #D07180 Charm

📋 copy color: '#D07180'

red 208 ◦ green 113 ◦ blue 128

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

Shades of Charm #D07180

Tints of Charm #D07180

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.17%

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

R = 46.33%
G = 25.17%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D07180 (or 0xD07180) is known color: Charm. HEX triplet: D0, 71 and 80. RGB value is (208,113,128). Sum of RGB (Red+Green+Blue) = 208+113+128=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D07180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07180 is #2F8E7F. Grayscale: #8F8F8F. Windows color (decimal): -3116672 or 8417744. OLE color: 8417744.

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

Color convert

RGB 208 113 128 -
CMYK 0 0.46 0.38 0.18
HSL 350.53º 0.5% 0.63% -
HSV(B) 350.53º 0.46% 0.82% -
XYZ 35.81 26.78 23.7 -
YUV 143.12 119.47 174.28 -
System Red Green Blue C M Y K H S L
Decimal 208 113 128 0 0.46 0.38 0.18 350.53 0.5 0.63
Hex D0 71 80 0 2E 26 12 15F 32 3F
Octal 320 161 200 0 56 46 22 537 62 77
Binary 11010000 1110001 10000000 0 101110 100110 10010 101011111 110010 111111

Color Harmonies of #D07180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07180

Black with #D07180

Text Example


Text Example

White with #D07180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07180; }

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

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

background-color css

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

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

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

border-color css

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

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

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