Html Css Color HEX #D07182 Charm

📋 copy color: '#D07182'

red 208 ◦ green 113 ◦ blue 130

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

Shades of Charm #D07182

Tints of Charm #D07182

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.06%

 BLUE value IS 130 (51.17% from 255) = 28.82%

R = 46.12%
G = 25.06%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D07182 (or 0xD07182) is known color: Charm. HEX triplet: D0, 71 and 82. RGB value is (208,113,130). Sum of RGB (Red+Green+Blue) = 208+113+130=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D07182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07182 is #2F8E7D. Grayscale: #8F8F8F. Windows color (decimal): -3116670 or 8548816. OLE color: 8548816.

HSL color Cylindrical-coordinate representation of color #D07182: hue angle of 349.26º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D07182 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 113 130 -
CMYK 0 0.46 0.38 0.18
HSL 349.26º 0.5% 0.63% -
HSV(B) 349.26º 0.46% 0.82% -
XYZ 35.95 26.83 24.4 -
YUV 143.34 120.47 174.12 -
System Red Green Blue C M Y K H S L
Decimal 208 113 130 0 0.46 0.38 0.18 349.26 0.5 0.63
Hex D0 71 82 0 2E 26 12 15D 32 3F
Octal 320 161 202 0 56 46 22 535 62 77
Binary 11010000 1110001 10000010 0 101110 100110 10010 101011101 110010 111111

Color Harmonies of #D07182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07182

Black with #D07182

Text Example


Text Example

White with #D07182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07182; }

 p { color: rgb(208,113,130); }

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

background-color css

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

 a { background-color: rgb(208,113,130); }

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

border-color css

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

 span { border-color: rgb(208,113,130); }

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