Html Css Color HEX #D06F83 Charm

📋 copy color: '#D06F83'

red 208 ◦ green 111 ◦ blue 131

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

Shades of Charm #D06F83

Tints of Charm #D06F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.11%

R = 46.22%
G = 24.67%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D06F83 (or 0xD06F83) is known color: Charm. HEX triplet: D0, 6F and 83. RGB value is (208,111,131). Sum of RGB (Red+Green+Blue) = 208+111+131=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06F83 is #2F907C. Grayscale: #8E8E8E. Windows color (decimal): -3117181 or 8613840. OLE color: 8613840.

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

Color convert

RGB 208 111 131 -
CMYK 0 0.47 0.37 0.18
HSL 347.63º 0.51% 0.63% -
HSV(B) 347.63º 0.47% 0.82% -
XYZ 35.79 26.42 24.69 -
YUV 142.28 121.64 174.87 -
System Red Green Blue C M Y K H S L
Decimal 208 111 131 0 0.47 0.37 0.18 347.63 0.51 0.63
Hex D0 6F 83 0 2F 25 12 15C 33 3F
Octal 320 157 203 0 57 45 22 534 63 77
Binary 11010000 1101111 10000011 0 101111 100101 10010 101011100 110011 111111

Color Harmonies of #D06F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F83

Black with #D06F83

Text Example


Text Example

White with #D06F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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