Html Css Color HEX #D07584 Charm

📋 copy color: '#D07584'

red 208 ◦ green 117 ◦ blue 132

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

Shades of Charm #D07584

Tints of Charm #D07584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.88%

R = 45.51%
G = 25.6%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D07584 (or 0xD07584) is known color: Charm. HEX triplet: D0, 75 and 84. RGB value is (208,117,132). Sum of RGB (Red+Green+Blue) = 208+117+132=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D07584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07584 is #2F8A7B. Grayscale: #919191. Windows color (decimal): -3115644 or 8680912. OLE color: 8680912.

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

Color convert

RGB 208 117 132 -
CMYK 0 0.44 0.37 0.18
HSL 350.11º 0.49% 0.64% -
HSV(B) 350.11º 0.44% 0.82% -
XYZ 36.54 27.8 25.27 -
YUV 145.92 120.15 172.28 -
System Red Green Blue C M Y K H S L
Decimal 208 117 132 0 0.44 0.37 0.18 350.11 0.49 0.64
Hex D0 75 84 0 2C 25 12 15E 31 40
Octal 320 165 204 0 54 45 22 536 61 100
Binary 11010000 1110101 10000100 0 101100 100101 10010 101011110 110001 1000000

Color Harmonies of #D07584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07584

Black with #D07584

Text Example


Text Example

White with #D07584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07584; }

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

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

background-color css

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

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

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

border-color css

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

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

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