Html Css Color HEX #D06F7B Charm

📋 copy color: '#D06F7B'

red 208 ◦ green 111 ◦ blue 123

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

Shades of Charm #D06F7B

Tints of Charm #D06F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.83%

R = 47.06%
G = 25.11%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D06F7B (or 0xD06F7B) is known color: Charm. HEX triplet: D0, 6F and 7B. RGB value is (208,111,123). Sum of RGB (Red+Green+Blue) = 208+111+123=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F7B is #2F9084. Grayscale: #8D8D8D. Windows color (decimal): -3117189 or 8089552. OLE color: 8089552.

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

Color convert

RGB 208 111 123 -
CMYK 0 0.47 0.41 0.18
HSL 352.58º 0.51% 0.63% -
HSV(B) 352.58º 0.47% 0.82% -
XYZ 35.27 26.21 21.94 -
YUV 141.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 208 111 123 0 0.47 0.41 0.18 352.58 0.51 0.63
Hex D0 6F 7B 0 2F 29 12 161 33 3F
Octal 320 157 173 0 57 51 22 541 63 77
Binary 11010000 1101111 1111011 0 101111 101001 10010 101100001 110011 111111

Color Harmonies of #D06F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F7B

Black with #D06F7B

Text Example


Text Example

White with #D06F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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