Html Css Color HEX #D97384 Charm

📋 copy color: '#D97384'

red 217 ◦ green 115 ◦ blue 132

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

Shades of Charm #D97384

Tints of Charm #D97384

RGB

 RED value IS 217 (85.16% from 255) = 46.77%

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

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

R = 46.77%
G = 24.78%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D97384 (or 0xD97384) is known color: Charm. HEX triplet: D9, 73 and 84. RGB value is (217,115,132). Sum of RGB (Red+Green+Blue) = 217+115+132=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D97384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97384 is #268C7B. Grayscale: #939393. Windows color (decimal): -2526332 or 8680409. OLE color: 8680409.

HSL color Cylindrical-coordinate representation of color #D97384: hue angle of 350º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D97384 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 115 132 -
CMYK 0 0.47 0.39 0.15
HSL 350º 0.57% 0.65% -
HSV(B) 350º 0.47% 0.85% -
XYZ 38.91 28.68 25.31 -
YUV 147.44 119.29 177.62 -
System Red Green Blue C M Y K H S L
Decimal 217 115 132 0 0.47 0.39 0.15 350 0.57 0.65
Hex D9 73 84 0 2F 27 F 15E 39 41
Octal 331 163 204 0 57 47 17 536 71 101
Binary 11011001 1110011 10000100 0 101111 100111 1111 101011110 111001 1000001

Color Harmonies of #D97384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97384

Black with #D97384

Text Example


Text Example

White with #D97384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97384; }

 p { color: rgb(217,115,132); }

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

background-color css

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

 a { background-color: rgb(217,115,132); }

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

border-color css

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

 span { border-color: rgb(217,115,132); }

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