Html Css Color HEX #D0738A Charm

📋 copy color: '#D0738A'

red 208 ◦ green 115 ◦ blue 138

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

Shades of Charm #D0738A

Tints of Charm #D0738A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 45.12%
G = 24.95%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0738A (or 0xD0738A) is known color: Charm. HEX triplet: D0, 73 and 8A. RGB value is (208,115,138). Sum of RGB (Red+Green+Blue) = 208+115+138=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D0738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0738A is #2F8C75. Grayscale: #919191. Windows color (decimal): -3116150 or 9073616. OLE color: 9073616.

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

Color convert

RGB 208 115 138 -
CMYK 0 0.45 0.34 0.18
HSL 345.16º 0.5% 0.63% -
HSV(B) 345.16º 0.45% 0.82% -
XYZ 36.73 27.51 27.42 -
YUV 145.43 123.81 172.63 -
System Red Green Blue C M Y K H S L
Decimal 208 115 138 0 0.45 0.34 0.18 345.16 0.5 0.63
Hex D0 73 8A 0 2D 22 12 159 32 3F
Octal 320 163 212 0 55 42 22 531 62 77
Binary 11010000 1110011 10001010 0 101101 100010 10010 101011001 110010 111111

Color Harmonies of #D0738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0738A

Black with #D0738A

Text Example


Text Example

White with #D0738A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0738A; }

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

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

background-color css

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

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

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

border-color css

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

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

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