Html Css Color HEX #D07591 Charm

📋 copy color: '#D07591'

red 208 ◦ green 117 ◦ blue 145

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

Shades of Charm #D07591

Tints of Charm #D07591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.85%

R = 44.26%
G = 24.89%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D07591 (or 0xD07591) is known color: Charm. HEX triplet: D0, 75 and 91. RGB value is (208,117,145). Sum of RGB (Red+Green+Blue) = 208+117+145=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D07591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07591 is #2F8A6E. Grayscale: #939393. Windows color (decimal): -3115631 or 9532880. OLE color: 9532880.

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

Color convert

RGB 208 117 145 -
CMYK 0 0.44 0.30 0.18
HSL 341.54º 0.49% 0.64% -
HSV(B) 341.54º 0.44% 0.82% -
XYZ 37.48 28.18 30.25 -
YUV 147.4 126.65 171.22 -
System Red Green Blue C M Y K H S L
Decimal 208 117 145 0 0.44 0.30 0.18 341.54 0.49 0.64
Hex D0 75 91 0 2C 1E 12 156 31 40
Octal 320 165 221 0 54 36 22 526 61 100
Binary 11010000 1110101 10010001 0 101100 11110 10010 101010110 110001 1000000

Color Harmonies of #D07591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07591

Black with #D07591

Text Example


Text Example

White with #D07591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07591; }

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

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

background-color css

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

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

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

border-color css

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

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

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