Html Css Color HEX #D07590 Charm

📋 copy color: '#D07590'

red 208 ◦ green 117 ◦ blue 144

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

Shades of Charm #D07590

Tints of Charm #D07590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.95%

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

R = 44.35%
G = 24.95%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D07590 (or 0xD07590) is known color: Charm. HEX triplet: D0, 75 and 90. RGB value is (208,117,144). Sum of RGB (Red+Green+Blue) = 208+117+144=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D07590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07590 is #2F8A6F. Grayscale: #939393. Windows color (decimal): -3115632 or 9467344. OLE color: 9467344.

HSL color Cylindrical-coordinate representation of color #D07590: hue angle of 342.2º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D07590 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 117 144 -
CMYK 0 0.44 0.31 0.18
HSL 342.2º 0.49% 0.64% -
HSV(B) 342.2º 0.44% 0.82% -
XYZ 37.41 28.15 29.85 -
YUV 147.29 126.15 171.3 -
System Red Green Blue C M Y K H S L
Decimal 208 117 144 0 0.44 0.31 0.18 342.2 0.49 0.64
Hex D0 75 90 0 2C 1F 12 156 31 40
Octal 320 165 220 0 54 37 22 526 61 100
Binary 11010000 1110101 10010000 0 101100 11111 10010 101010110 110001 1000000

Color Harmonies of #D07590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07590

Black with #D07590

Text Example


Text Example

White with #D07590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07590; }

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

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

background-color css

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

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

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

border-color css

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

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

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