Html Css Color HEX #D06D8B Charm

📋 copy color: '#D06D8B'

red 208 ◦ green 109 ◦ blue 139

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

Shades of Charm #D06D8B

Tints of Charm #D06D8B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.9%

 BLUE value IS 139 (54.69% from 255) = 30.48%

R = 45.61%
G = 23.9%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D06D8B (or 0xD06D8B) is known color: Charm. HEX triplet: D0, 6D and 8B. RGB value is (208,109,139). Sum of RGB (Red+Green+Blue) = 208+109+139=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06D8B is #2F9274. Grayscale: #8E8E8E. Windows color (decimal): -3117685 or 9137616. OLE color: 9137616.

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

Color convert

RGB 208 109 139 -
CMYK 0 0.48 0.33 0.18
HSL 341.82º 0.51% 0.62% -
HSV(B) 341.82º 0.48% 0.82% -
XYZ 36.14 26.21 27.58 -
YUV 142.02 126.3 175.06 -
System Red Green Blue C M Y K H S L
Decimal 208 109 139 0 0.48 0.33 0.18 341.82 0.51 0.62
Hex D0 6D 8B 0 30 21 12 156 33 3E
Octal 320 155 213 0 60 41 22 526 63 76
Binary 11010000 1101101 10001011 0 110000 100001 10010 101010110 110011 111110

Color Harmonies of #D06D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D8B

Black with #D06D8B

Text Example


Text Example

White with #D06D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D8B; }

 p { color: rgb(208,109,139); }

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

background-color css

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

 a { background-color: rgb(208,109,139); }

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

border-color css

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

 span { border-color: rgb(208,109,139); }

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