Html Css Color HEX #D06E8A Charm

📋 copy color: '#D06E8A'

red 208 ◦ green 110 ◦ blue 138

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

Shades of Charm #D06E8A

Tints of Charm #D06E8A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.12%

 BLUE value IS 138 (54.3% from 255) = 30.26%

R = 45.61%
G = 24.12%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D06E8A (or 0xD06E8A) is known color: Charm. HEX triplet: D0, 6E and 8A. RGB value is (208,110,138). Sum of RGB (Red+Green+Blue) = 208+110+138=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06E8A is #2F9175. Grayscale: #8E8E8E. Windows color (decimal): -3117430 or 9072336. OLE color: 9072336.

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

Color convert

RGB 208 110 138 -
CMYK 0 0.47 0.34 0.18
HSL 342.86º 0.51% 0.62% -
HSV(B) 342.86º 0.47% 0.82% -
XYZ 36.18 26.4 27.23 -
YUV 142.49 125.47 174.72 -
System Red Green Blue C M Y K H S L
Decimal 208 110 138 0 0.47 0.34 0.18 342.86 0.51 0.62
Hex D0 6E 8A 0 2F 22 12 157 33 3E
Octal 320 156 212 0 57 42 22 527 63 76
Binary 11010000 1101110 10001010 0 101111 100010 10010 101010111 110011 111110

Color Harmonies of #D06E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06E8A

Black with #D06E8A

Text Example


Text Example

White with #D06E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06E8A; }

 p { color: rgb(208,110,138); }

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

background-color css

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

 a { background-color: rgb(208,110,138); }

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

border-color css

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

 span { border-color: rgb(208,110,138); }

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