Html Css Color HEX #D06580 Charm

📋 copy color: '#D06580'

red 208 ◦ green 101 ◦ blue 128

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

Shades of Charm #D06580

Tints of Charm #D06580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.29%

R = 47.6%
G = 23.11%
B = 29.29%

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

#D06580 (or 0xD06580) is known color: Charm. HEX triplet: D0, 65 and 80. RGB value is (208,101,128). Sum of RGB (Red+Green+Blue) = 208+101+128=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D06580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06580 is #2F9A7F. Grayscale: #888888. Windows color (decimal): -3119744 or 8414672. OLE color: 8414672.

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

Color convert

RGB 208 101 128 -
CMYK 0 0.51 0.38 0.18
HSL 344.86º 0.53% 0.61% -
HSV(B) 344.86º 0.51% 0.82% -
XYZ 34.56 24.28 23.29 -
YUV 136.07 123.45 179.3 -
System Red Green Blue C M Y K H S L
Decimal 208 101 128 0 0.51 0.38 0.18 344.86 0.53 0.61
Hex D0 65 80 0 33 26 12 159 35 3D
Octal 320 145 200 0 63 46 22 531 65 75
Binary 11010000 1100101 10000000 0 110011 100110 10010 101011001 110101 111101

Color Harmonies of #D06580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06580

Black with #D06580

Text Example


Text Example

White with #D06580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06580; }

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

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

background-color css

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

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

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

border-color css

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

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

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