Html Css Color HEX #D07282 Charm

📋 copy color: '#D07282'

red 208 ◦ green 114 ◦ blue 130

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

Shades of Charm #D07282

Tints of Charm #D07282

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.22%

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

R = 46.02%
G = 25.22%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D07282 (or 0xD07282) is known color: Charm. HEX triplet: D0, 72 and 82. RGB value is (208,114,130). Sum of RGB (Red+Green+Blue) = 208+114+130=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D07282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07282 is #2F8D7D. Grayscale: #8F8F8F. Windows color (decimal): -3116414 or 8549072. OLE color: 8549072.

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

Color convert

RGB 208 114 130 -
CMYK 0 0.45 0.38 0.18
HSL 349.79º 0.5% 0.63% -
HSV(B) 349.79º 0.45% 0.82% -
XYZ 36.06 27.06 24.44 -
YUV 143.93 120.14 173.7 -
System Red Green Blue C M Y K H S L
Decimal 208 114 130 0 0.45 0.38 0.18 349.79 0.5 0.63
Hex D0 72 82 0 2D 26 12 15E 32 3F
Octal 320 162 202 0 55 46 22 536 62 77
Binary 11010000 1110010 10000010 0 101101 100110 10010 101011110 110010 111111

Color Harmonies of #D07282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07282

Black with #D07282

Text Example


Text Example

White with #D07282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07282; }

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

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

background-color css

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

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

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

border-color css

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

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

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