Html Css Color HEX #D06882 Charm

📋 copy color: '#D06882'

red 208 ◦ green 104 ◦ blue 130

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

Shades of Charm #D06882

Tints of Charm #D06882

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.53%

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

R = 47.06%
G = 23.53%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D06882 (or 0xD06882) is known color: Charm. HEX triplet: D0, 68 and 82. RGB value is (208,104,130). Sum of RGB (Red+Green+Blue) = 208+104+130=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D06882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06882 is #2F977D. Grayscale: #8A8A8A. Windows color (decimal): -3118974 or 8546512. OLE color: 8546512.

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

Color convert

RGB 208 104 130 -
CMYK 0 0.5 0.38 0.18
HSL 345º 0.53% 0.61% -
HSV(B) 345º 0.5% 0.82% -
XYZ 34.99 24.92 24.09 -
YUV 138.06 123.46 177.89 -
System Red Green Blue C M Y K H S L
Decimal 208 104 130 0 0.5 0.38 0.18 345 0.53 0.61
Hex D0 68 82 0 32 26 12 159 35 3D
Octal 320 150 202 0 62 46 22 531 65 75
Binary 11010000 1101000 10000010 0 110010 100110 10010 101011001 110101 111101

Color Harmonies of #D06882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06882

Black with #D06882

Text Example


Text Example

White with #D06882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06882; }

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

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

background-color css

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

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

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

border-color css

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

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

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