Html Css Color HEX #D06680 Charm

📋 copy color: '#D06680'

red 208 ◦ green 102 ◦ blue 128

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

Shades of Charm #D06680

Tints of Charm #D06680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.29%

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

R = 47.49%
G = 23.29%
B = 29.22%

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

#D06680 (or 0xD06680) is known color: Charm. HEX triplet: D0, 66 and 80. RGB value is (208,102,128). Sum of RGB (Red+Green+Blue) = 208+102+128=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D06680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06680 is #2F997F. Grayscale: #888888. Windows color (decimal): -3119488 or 8414928. OLE color: 8414928.

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

Color convert

RGB 208 102 128 -
CMYK 0 0.51 0.38 0.18
HSL 345.28º 0.53% 0.61% -
HSV(B) 345.28º 0.51% 0.82% -
XYZ 34.66 24.47 23.32 -
YUV 136.66 123.12 178.89 -
System Red Green Blue C M Y K H S L
Decimal 208 102 128 0 0.51 0.38 0.18 345.28 0.53 0.61
Hex D0 66 80 0 33 26 12 159 35 3D
Octal 320 146 200 0 63 46 22 531 65 75
Binary 11010000 1100110 10000000 0 110011 100110 10010 101011001 110101 111101

Color Harmonies of #D06680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06680

Black with #D06680

Text Example


Text Example

White with #D06680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06680; }

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

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

background-color css

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

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

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

border-color css

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

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

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