Html Css Color HEX #D0728C Charm

📋 copy color: '#D0728C'

red 208 ◦ green 114 ◦ blue 140

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

Shades of Charm #D0728C

Tints of Charm #D0728C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.68%

 BLUE value IS 140 (55.08% from 255) = 30.3%

R = 45.02%
G = 24.68%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0728C (or 0xD0728C) is known color: Charm. HEX triplet: D0, 72 and 8C. RGB value is (208,114,140). Sum of RGB (Red+Green+Blue) = 208+114+140=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0728C is #2F8D73. Grayscale: #919191. Windows color (decimal): -3116404 or 9204432. OLE color: 9204432.

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

Color convert

RGB 208 114 140 -
CMYK 0 0.45 0.33 0.18
HSL 343.4º 0.5% 0.63% -
HSV(B) 343.4º 0.45% 0.82% -
XYZ 36.76 27.34 28.15 -
YUV 145.07 125.14 172.89 -
System Red Green Blue C M Y K H S L
Decimal 208 114 140 0 0.45 0.33 0.18 343.4 0.5 0.63
Hex D0 72 8C 0 2D 21 12 157 32 3F
Octal 320 162 214 0 55 41 22 527 62 77
Binary 11010000 1110010 10001100 0 101101 100001 10010 101010111 110010 111111

Color Harmonies of #D0728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0728C

Black with #D0728C

Text Example


Text Example

White with #D0728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0728C; }

 p { color: rgb(208,114,140); }

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

background-color css

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

 a { background-color: rgb(208,114,140); }

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

border-color css

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

 span { border-color: rgb(208,114,140); }

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