Html Css Color HEX #D07F89 Charm

📋 copy color: '#D07F89'

red 208 ◦ green 127 ◦ blue 137

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

Shades of Charm #D07F89

Tints of Charm #D07F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.03%

R = 44.07%
G = 26.91%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D07F89 (or 0xD07F89) is known color: Charm. HEX triplet: D0, 7F and 89. RGB value is (208,127,137). Sum of RGB (Red+Green+Blue) = 208+127+137=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07F89 is #2F8076. Grayscale: #989898. Windows color (decimal): -3113079 or 9011152. OLE color: 9011152.

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

Color convert

RGB 208 127 137 -
CMYK 0 0.39 0.34 0.18
HSL 352.59º 0.46% 0.66% -
HSV(B) 352.59º 0.39% 0.82% -
XYZ 38.12 30.39 27.52 -
YUV 152.36 119.34 167.69 -
System Red Green Blue C M Y K H S L
Decimal 208 127 137 0 0.39 0.34 0.18 352.59 0.46 0.66
Hex D0 7F 89 0 27 22 12 161 2E 42
Octal 320 177 211 0 47 42 22 541 56 102
Binary 11010000 1111111 10001001 0 100111 100010 10010 101100001 101110 1000010

Color Harmonies of #D07F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F89

Black with #D07F89

Text Example


Text Example

White with #D07F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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