Html Css Color HEX #D07482 Charm

📋 copy color: '#D07482'

red 208 ◦ green 116 ◦ blue 130

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

Shades of Charm #D07482

Tints of Charm #D07482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.55%

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

R = 45.81%
G = 25.55%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D07482 (or 0xD07482) is known color: Charm. HEX triplet: D0, 74 and 82. RGB value is (208,116,130). Sum of RGB (Red+Green+Blue) = 208+116+130=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D07482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07482 is #2F8B7D. Grayscale: #919191. Windows color (decimal): -3115902 or 8549584. OLE color: 8549584.

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

Color convert

RGB 208 116 130 -
CMYK 0 0.44 0.38 0.18
HSL 350.87º 0.49% 0.64% -
HSV(B) 350.87º 0.44% 0.82% -
XYZ 36.29 27.51 24.52 -
YUV 145.1 119.48 172.86 -
System Red Green Blue C M Y K H S L
Decimal 208 116 130 0 0.44 0.38 0.18 350.87 0.49 0.64
Hex D0 74 82 0 2C 26 12 15F 31 40
Octal 320 164 202 0 54 46 22 537 61 100
Binary 11010000 1110100 10000010 0 101100 100110 10010 101011111 110001 1000000

Color Harmonies of #D07482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07482

Black with #D07482

Text Example


Text Example

White with #D07482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07482; }

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

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

background-color css

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

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

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

border-color css

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

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

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