Html Css Color HEX #D0738D Charm

📋 copy color: '#D0738D'

red 208 ◦ green 115 ◦ blue 141

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

Shades of Charm #D0738D

Tints of Charm #D0738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.78%

 BLUE value IS 141 (55.47% from 255) = 30.39%

R = 44.83%
G = 24.78%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0738D (or 0xD0738D) is known color: Charm. HEX triplet: D0, 73 and 8D. RGB value is (208,115,141). Sum of RGB (Red+Green+Blue) = 208+115+141=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0738D is #2F8C72. Grayscale: #919191. Windows color (decimal): -3116147 or 9270224. OLE color: 9270224.

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

Color convert

RGB 208 115 141 -
CMYK 0 0.45 0.32 0.18
HSL 343.23º 0.5% 0.63% -
HSV(B) 343.23º 0.45% 0.82% -
XYZ 36.95 27.59 28.58 -
YUV 145.77 125.31 172.39 -
System Red Green Blue C M Y K H S L
Decimal 208 115 141 0 0.45 0.32 0.18 343.23 0.5 0.63
Hex D0 73 8D 0 2D 20 12 157 32 3F
Octal 320 163 215 0 55 40 22 527 62 77
Binary 11010000 1110011 10001101 0 101101 100000 10010 101010111 110010 111111

Color Harmonies of #D0738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0738D

Black with #D0738D

Text Example


Text Example

White with #D0738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0738D; }

 p { color: rgb(208,115,141); }

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

background-color css

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

 a { background-color: rgb(208,115,141); }

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

border-color css

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

 span { border-color: rgb(208,115,141); }

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