Html Css Color HEX #D07A8E Charm

📋 copy color: '#D07A8E'

red 208 ◦ green 122 ◦ blue 142

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

Shades of Charm #D07A8E

Tints of Charm #D07A8E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.85%

 BLUE value IS 142 (55.86% from 255) = 30.08%

R = 44.07%
G = 25.85%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D07A8E (or 0xD07A8E) is known color: Charm. HEX triplet: D0, 7A and 8E. RGB value is (208,122,142). Sum of RGB (Red+Green+Blue) = 208+122+142=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07A8E is #2F8571. Grayscale: #969696. Windows color (decimal): -3114354 or 9337552. OLE color: 9337552.

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

Color convert

RGB 208 122 142 -
CMYK 0 0.41 0.32 0.18
HSL 346.05º 0.48% 0.65% -
HSV(B) 346.05º 0.41% 0.82% -
XYZ 37.85 29.28 29.25 -
YUV 149.99 123.49 169.37 -
System Red Green Blue C M Y K H S L
Decimal 208 122 142 0 0.41 0.32 0.18 346.05 0.48 0.65
Hex D0 7A 8E 0 29 20 12 15A 30 41
Octal 320 172 216 0 51 40 22 532 60 101
Binary 11010000 1111010 10001110 0 101001 100000 10010 101011010 110000 1000001

Color Harmonies of #D07A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07A8E

Black with #D07A8E

Text Example


Text Example

White with #D07A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07A8E; }

 p { color: rgb(208,122,142); }

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

background-color css

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

 a { background-color: rgb(208,122,142); }

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

border-color css

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

 span { border-color: rgb(208,122,142); }

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