Html Css Color HEX #D07389 Charm

📋 copy color: '#D07389'

red 208 ◦ green 115 ◦ blue 137

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

Shades of Charm #D07389

Tints of Charm #D07389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.78%

R = 45.22%
G = 25%
B = 29.78%

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

#D07389 (or 0xD07389) is known color: Charm. HEX triplet: D0, 73 and 89. RGB value is (208,115,137). Sum of RGB (Red+Green+Blue) = 208+115+137=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D07389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07389 is #2F8C76. Grayscale: #919191. Windows color (decimal): -3116151 or 9008080. OLE color: 9008080.

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

Color convert

RGB 208 115 137 -
CMYK 0 0.45 0.34 0.18
HSL 345.81º 0.5% 0.63% -
HSV(B) 345.81º 0.45% 0.82% -
XYZ 36.66 27.48 27.04 -
YUV 145.32 123.31 172.71 -
System Red Green Blue C M Y K H S L
Decimal 208 115 137 0 0.45 0.34 0.18 345.81 0.5 0.63
Hex D0 73 89 0 2D 22 12 15A 32 3F
Octal 320 163 211 0 55 42 22 532 62 77
Binary 11010000 1110011 10001001 0 101101 100010 10010 101011010 110010 111111

Color Harmonies of #D07389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07389

Black with #D07389

Text Example


Text Example

White with #D07389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07389; }

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

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

background-color css

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

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

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

border-color css

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

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

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