Html Css Color HEX #D07390 Charm

📋 copy color: '#D07390'

red 208 ◦ green 115 ◦ blue 144

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

Shades of Charm #D07390

Tints of Charm #D07390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.84%

R = 44.54%
G = 24.63%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D07390 (or 0xD07390) is known color: Charm. HEX triplet: D0, 73 and 90. RGB value is (208,115,144). Sum of RGB (Red+Green+Blue) = 208+115+144=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D07390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07390 is #2F8C6F. Grayscale: #929292. Windows color (decimal): -3116144 or 9466832. OLE color: 9466832.

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

Color convert

RGB 208 115 144 -
CMYK 0 0.45 0.31 0.18
HSL 341.29º 0.5% 0.63% -
HSV(B) 341.29º 0.45% 0.82% -
XYZ 37.18 27.68 29.77 -
YUV 146.11 126.81 172.14 -
System Red Green Blue C M Y K H S L
Decimal 208 115 144 0 0.45 0.31 0.18 341.29 0.5 0.63
Hex D0 73 90 0 2D 1F 12 155 32 3F
Octal 320 163 220 0 55 37 22 525 62 77
Binary 11010000 1110011 10010000 0 101101 11111 10010 101010101 110010 111111

Color Harmonies of #D07390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07390

Black with #D07390

Text Example


Text Example

White with #D07390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07390; }

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

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

background-color css

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

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

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

border-color css

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

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

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