Html Css Color HEX #D07F82 Charm

📋 copy color: '#D07F82'

red 208 ◦ green 127 ◦ blue 130

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

Shades of Charm #D07F82

Tints of Charm #D07F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.96%

R = 44.73%
G = 27.31%
B = 27.96%

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

#D07F82 (or 0xD07F82) is known color: Charm. HEX triplet: D0, 7F and 82. RGB value is (208,127,130). Sum of RGB (Red+Green+Blue) = 208+127+130=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07F82 is #2F807D. Grayscale: #979797. Windows color (decimal): -3113086 or 8552400. OLE color: 8552400.

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

Color convert

RGB 208 127 130 -
CMYK 0 0.39 0.38 0.18
HSL 357.78º 0.46% 0.66% -
HSV(B) 357.78º 0.39% 0.82% -
XYZ 37.63 30.2 24.96 -
YUV 151.56 115.84 168.26 -
System Red Green Blue C M Y K H S L
Decimal 208 127 130 0 0.39 0.38 0.18 357.78 0.46 0.66
Hex D0 7F 82 0 27 26 12 166 2E 42
Octal 320 177 202 0 47 46 22 546 56 102
Binary 11010000 1111111 10000010 0 100111 100110 10010 101100110 101110 1000010

Color Harmonies of #D07F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F82

Black with #D07F82

Text Example


Text Example

White with #D07F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F82; }

 p { color: rgb(208,127,130); }

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

background-color css

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

 a { background-color: rgb(208,127,130); }

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

border-color css

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

 span { border-color: rgb(208,127,130); }

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