Html Css Color HEX #D07582 Charm

📋 copy color: '#D07582'

red 208 ◦ green 117 ◦ blue 130

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

Shades of Charm #D07582

Tints of Charm #D07582

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.71%

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

R = 45.71%
G = 25.71%
B = 28.57%

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

#D07582 (or 0xD07582) is known color: Charm. HEX triplet: D0, 75 and 82. RGB value is (208,117,130). Sum of RGB (Red+Green+Blue) = 208+117+130=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D07582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07582 is #2F8A7D. Grayscale: #919191. Windows color (decimal): -3115646 or 8549840. OLE color: 8549840.

HSL color Cylindrical-coordinate representation of color #D07582: hue angle of 351.43º 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 #D07582 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 117 130 -
CMYK 0 0.44 0.38 0.18
HSL 351.43º 0.49% 0.64% -
HSV(B) 351.43º 0.44% 0.82% -
XYZ 36.4 27.74 24.56 -
YUV 145.69 119.15 172.44 -
System Red Green Blue C M Y K H S L
Decimal 208 117 130 0 0.44 0.38 0.18 351.43 0.49 0.64
Hex D0 75 82 0 2C 26 12 15F 31 40
Octal 320 165 202 0 54 46 22 537 61 100
Binary 11010000 1110101 10000010 0 101100 100110 10010 101011111 110001 1000000

Color Harmonies of #D07582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07582

Black with #D07582

Text Example


Text Example

White with #D07582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07582; }

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

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

background-color css

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

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

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

border-color css

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

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

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