Html Css Color HEX #D07E8A Charm

📋 copy color: '#D07E8A'

red 208 ◦ green 126 ◦ blue 138

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

Shades of Charm #D07E8A

Tints of Charm #D07E8A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.69%

 BLUE value IS 138 (54.3% from 255) = 29.24%

R = 44.07%
G = 26.69%
B = 29.24%

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

#D07E8A (or 0xD07E8A) is known color: Charm. HEX triplet: D0, 7E and 8A. RGB value is (208,126,138). Sum of RGB (Red+Green+Blue) = 208+126+138=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07E8A is #2F8175. Grayscale: #979797. Windows color (decimal): -3113334 or 9076432. OLE color: 9076432.

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

Color convert

RGB 208 126 138 -
CMYK 0 0.39 0.34 0.18
HSL 351.22º 0.47% 0.65% -
HSV(B) 351.22º 0.39% 0.82% -
XYZ 38.06 30.17 27.86 -
YUV 151.89 120.17 168.02 -
System Red Green Blue C M Y K H S L
Decimal 208 126 138 0 0.39 0.34 0.18 351.22 0.47 0.65
Hex D0 7E 8A 0 27 22 12 15F 2F 41
Octal 320 176 212 0 47 42 22 537 57 101
Binary 11010000 1111110 10001010 0 100111 100010 10010 101011111 101111 1000001

Color Harmonies of #D07E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E8A

Black with #D07E8A

Text Example


Text Example

White with #D07E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E8A; }

 p { color: rgb(208,126,138); }

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

background-color css

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

 a { background-color: rgb(208,126,138); }

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

border-color css

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

 span { border-color: rgb(208,126,138); }

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