Html Css Color HEX #D0737B Charm

📋 copy color: '#D0737B'

red 208 ◦ green 115 ◦ blue 123

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

Shades of Charm #D0737B

Tints of Charm #D0737B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.58%

R = 46.64%
G = 25.78%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0737B (or 0xD0737B) is known color: Charm. HEX triplet: D0, 73 and 7B. RGB value is (208,115,123). Sum of RGB (Red+Green+Blue) = 208+115+123=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D0737B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0737B is #2F8C84. Grayscale: #8F8F8F. Windows color (decimal): -3116165 or 8090576. OLE color: 8090576.

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

Color convert

RGB 208 115 123 -
CMYK 0 0.45 0.41 0.18
HSL 354.84º 0.5% 0.63% -
HSV(B) 354.84º 0.45% 0.82% -
XYZ 35.72 27.1 22.09 -
YUV 143.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 208 115 123 0 0.45 0.41 0.18 354.84 0.5 0.63
Hex D0 73 7B 0 2D 29 12 163 32 3F
Octal 320 163 173 0 55 51 22 543 62 77
Binary 11010000 1110011 1111011 0 101101 101001 10010 101100011 110010 111111

Color Harmonies of #D0737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0737B

Black with #D0737B

Text Example


Text Example

White with #D0737B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0737B; }

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

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

background-color css

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

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

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

border-color css

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

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

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