Html Css Color HEX #D0748F Charm

📋 copy color: '#D0748F'

red 208 ◦ green 116 ◦ blue 143

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

Shades of Charm #D0748F

Tints of Charm #D0748F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.84%

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

R = 44.54%
G = 24.84%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0748F (or 0xD0748F) is known color: Charm. HEX triplet: D0, 74 and 8F. RGB value is (208,116,143). Sum of RGB (Red+Green+Blue) = 208+116+143=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0748F is #2F8B70. Grayscale: #929292. Windows color (decimal): -3115889 or 9401552. OLE color: 9401552.

HSL color Cylindrical-coordinate representation of color #D0748F: hue angle of 342.39º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0748F is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 116 143 -
CMYK 0 0.44 0.31 0.18
HSL 342.39º 0.49% 0.64% -
HSV(B) 342.39º 0.44% 0.82% -
XYZ 37.22 27.88 29.41 -
YUV 146.59 125.98 171.8 -
System Red Green Blue C M Y K H S L
Decimal 208 116 143 0 0.44 0.31 0.18 342.39 0.49 0.64
Hex D0 74 8F 0 2C 1F 12 156 31 40
Octal 320 164 217 0 54 37 22 526 61 100
Binary 11010000 1110100 10001111 0 101100 11111 10010 101010110 110001 1000000

Color Harmonies of #D0748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0748F

Black with #D0748F

Text Example


Text Example

White with #D0748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0748F; }

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

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

background-color css

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

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

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

border-color css

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

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

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