Html Css Color HEX #D06F8D Charm

📋 copy color: '#D06F8D'

red 208 ◦ green 111 ◦ blue 141

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

Shades of Charm #D06F8D

Tints of Charm #D06F8D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.13%

 BLUE value IS 141 (55.47% from 255) = 30.65%

R = 45.22%
G = 24.13%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D06F8D (or 0xD06F8D) is known color: Charm. HEX triplet: D0, 6F and 8D. RGB value is (208,111,141). Sum of RGB (Red+Green+Blue) = 208+111+141=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06F8D is #2F9072. Grayscale: #8F8F8F. Windows color (decimal): -3117171 or 9269200. OLE color: 9269200.

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

Color convert

RGB 208 111 141 -
CMYK 0 0.47 0.32 0.18
HSL 341.44º 0.51% 0.63% -
HSV(B) 341.44º 0.47% 0.82% -
XYZ 36.5 26.7 28.43 -
YUV 143.42 126.64 174.06 -
System Red Green Blue C M Y K H S L
Decimal 208 111 141 0 0.47 0.32 0.18 341.44 0.51 0.63
Hex D0 6F 8D 0 2F 20 12 155 33 3F
Octal 320 157 215 0 57 40 22 525 63 77
Binary 11010000 1101111 10001101 0 101111 100000 10010 101010101 110011 111111

Color Harmonies of #D06F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F8D

Black with #D06F8D

Text Example


Text Example

White with #D06F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F8D; }

 p { color: rgb(208,111,141); }

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

background-color css

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

 a { background-color: rgb(208,111,141); }

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

border-color css

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

 span { border-color: rgb(208,111,141); }

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