Html Css Color HEX #D07D8F Charm

📋 copy color: '#D07D8F'

red 208 ◦ green 125 ◦ blue 143

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

Shades of Charm #D07D8F

Tints of Charm #D07D8F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.26%

 BLUE value IS 143 (56.25% from 255) = 30.04%

R = 43.7%
G = 26.26%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D07D8F (or 0xD07D8F) is known color: Charm. HEX triplet: D0, 7D and 8F. RGB value is (208,125,143). Sum of RGB (Red+Green+Blue) = 208+125+143=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07D8F is #2F8270. Grayscale: #979797. Windows color (decimal): -3113585 or 9403856. OLE color: 9403856.

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

Color convert

RGB 208 125 143 -
CMYK 0 0.40 0.31 0.18
HSL 346.99º 0.47% 0.65% -
HSV(B) 346.99º 0.4% 0.82% -
XYZ 38.3 30.06 29.77 -
YUV 151.87 123 168.04 -
System Red Green Blue C M Y K H S L
Decimal 208 125 143 0 0.40 0.31 0.18 346.99 0.47 0.65
Hex D0 7D 8F 0 28 1F 12 15B 2F 41
Octal 320 175 217 0 50 37 22 533 57 101
Binary 11010000 1111101 10001111 0 101000 11111 10010 101011011 101111 1000001

Color Harmonies of #D07D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D8F

Black with #D07D8F

Text Example


Text Example

White with #D07D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D8F; }

 p { color: rgb(208,125,143); }

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

background-color css

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

 a { background-color: rgb(208,125,143); }

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

border-color css

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

 span { border-color: rgb(208,125,143); }

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