Html Css Color HEX #D07880 Charm

📋 copy color: '#D07880'

red 208 ◦ green 120 ◦ blue 128

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

Shades of Charm #D07880

Tints of Charm #D07880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.32%

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

R = 45.61%
G = 26.32%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D07880 (or 0xD07880) is known color: Charm. HEX triplet: D0, 78 and 80. RGB value is (208,120,128). Sum of RGB (Red+Green+Blue) = 208+120+128=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D07880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07880 is #2F877F. Grayscale: #939393. Windows color (decimal): -3114880 or 8419536. OLE color: 8419536.

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

Color convert

RGB 208 120 128 -
CMYK 0 0.42 0.38 0.18
HSL 354.55º 0.48% 0.64% -
HSV(B) 354.55º 0.42% 0.82% -
XYZ 36.63 28.4 23.97 -
YUV 147.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 208 120 128 0 0.42 0.38 0.18 354.55 0.48 0.64
Hex D0 78 80 0 2A 26 12 163 30 40
Octal 320 170 200 0 52 46 22 543 60 100
Binary 11010000 1111000 10000000 0 101010 100110 10010 101100011 110000 1000000

Color Harmonies of #D07880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07880

Black with #D07880

Text Example


Text Example

White with #D07880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07880; }

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

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

background-color css

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

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

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

border-color css

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

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

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