Html Css Color HEX #D06582 Charm

📋 copy color: '#D06582'

red 208 ◦ green 101 ◦ blue 130

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

Shades of Charm #D06582

Tints of Charm #D06582

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.01%

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

R = 47.38%
G = 23.01%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D06582 (or 0xD06582) is known color: Charm. HEX triplet: D0, 65 and 82. RGB value is (208,101,130). Sum of RGB (Red+Green+Blue) = 208+101+130=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D06582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06582 is #2F9A7D. Grayscale: #888888. Windows color (decimal): -3119742 or 8545744. OLE color: 8545744.

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

Color convert

RGB 208 101 130 -
CMYK 0 0.51 0.38 0.18
HSL 343.74º 0.53% 0.61% -
HSV(B) 343.74º 0.51% 0.82% -
XYZ 34.7 24.33 23.99 -
YUV 136.3 124.45 179.14 -
System Red Green Blue C M Y K H S L
Decimal 208 101 130 0 0.51 0.38 0.18 343.74 0.53 0.61
Hex D0 65 82 0 33 26 12 158 35 3D
Octal 320 145 202 0 63 46 22 530 65 75
Binary 11010000 1100101 10000010 0 110011 100110 10010 101011000 110101 111101

Color Harmonies of #D06582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06582

Black with #D06582

Text Example


Text Example

White with #D06582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06582; }

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

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

background-color css

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

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

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

border-color css

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

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

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