Html Css Color HEX #D0728F Charm

📋 copy color: '#D0728F'

red 208 ◦ green 114 ◦ blue 143

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

Shades of Charm #D0728F

Tints of Charm #D0728F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.75%

R = 44.73%
G = 24.52%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0728F (or 0xD0728F) is known color: Charm. HEX triplet: D0, 72 and 8F. RGB value is (208,114,143). Sum of RGB (Red+Green+Blue) = 208+114+143=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0728F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0728F is #2F8D70. Grayscale: #919191. Windows color (decimal): -3116401 or 9401040. OLE color: 9401040.

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

Color convert

RGB 208 114 143 -
CMYK 0 0.45 0.31 0.18
HSL 341.49º 0.5% 0.63% -
HSV(B) 341.49º 0.45% 0.82% -
XYZ 36.99 27.43 29.33 -
YUV 145.41 126.64 172.64 -
System Red Green Blue C M Y K H S L
Decimal 208 114 143 0 0.45 0.31 0.18 341.49 0.5 0.63
Hex D0 72 8F 0 2D 1F 12 155 32 3F
Octal 320 162 217 0 55 37 22 525 62 77
Binary 11010000 1110010 10001111 0 101101 11111 10010 101010101 110010 111111

Color Harmonies of #D0728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0728F

Black with #D0728F

Text Example


Text Example

White with #D0728F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0728F; }

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

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

background-color css

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

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

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

border-color css

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

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

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