Html Css Color HEX #D07F81 Charm

📋 copy color: '#D07F81'

red 208 ◦ green 127 ◦ blue 129

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

Shades of Charm #D07F81

Tints of Charm #D07F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.8%

R = 44.83%
G = 27.37%
B = 27.8%

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

#D07F81 (or 0xD07F81) is known color: Charm. HEX triplet: D0, 7F and 81. RGB value is (208,127,129). Sum of RGB (Red+Green+Blue) = 208+127+129=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07F81 is #2F807E. Grayscale: #979797. Windows color (decimal): -3113087 or 8486864. OLE color: 8486864.

HSL color Cylindrical-coordinate representation of color #D07F81: hue angle of 358.52º 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 #D07F81 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 127 129 -
CMYK 0 0.39 0.38 0.18
HSL 358.52º 0.46% 0.66% -
HSV(B) 358.52º 0.39% 0.82% -
XYZ 37.56 30.17 24.61 -
YUV 151.45 115.34 168.34 -
System Red Green Blue C M Y K H S L
Decimal 208 127 129 0 0.39 0.38 0.18 358.52 0.46 0.66
Hex D0 7F 81 0 27 26 12 167 2E 42
Octal 320 177 201 0 47 46 22 547 56 102
Binary 11010000 1111111 10000001 0 100111 100110 10010 101100111 101110 1000010

Color Harmonies of #D07F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F81

Black with #D07F81

Text Example


Text Example

White with #D07F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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