Html Css Color HEX #D5687D Charm

📋 copy color: '#D5687D'

red 213 ◦ green 104 ◦ blue 125

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

Shades of Charm #D5687D

Tints of Charm #D5687D

RGB

 RED value IS 213 (83.59% from 255) = 48.19%

 GREEN value IS 104 (41.02% from 255) = 23.53%

 BLUE value IS 125 (49.22% from 255) = 28.28%

R = 48.19%
G = 23.53%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5687D (or 0xD5687D) is known color: Charm. HEX triplet: D5, 68 and 7D. RGB value is (213,104,125). Sum of RGB (Red+Green+Blue) = 213+104+125=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D5687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5687D is #2A9782. Grayscale: #8B8B8B. Windows color (decimal): -2791299 or 8218837. OLE color: 8218837.

HSL color Cylindrical-coordinate representation of color #D5687D: hue angle of 348.44º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5687D is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 104 125 -
CMYK 0 0.51 0.41 0.16
HSL 348.44º 0.56% 0.62% -
HSV(B) 348.44º 0.51% 0.84% -
XYZ 36.09 25.53 22.43 -
YUV 138.99 120.11 180.79 -
System Red Green Blue C M Y K H S L
Decimal 213 104 125 0 0.51 0.41 0.16 348.44 0.56 0.62
Hex D5 68 7D 0 33 29 10 15C 38 3E
Octal 325 150 175 0 63 51 20 534 70 76
Binary 11010101 1101000 1111101 0 110011 101001 10000 101011100 111000 111110

Color Harmonies of #D5687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5687D

Black with #D5687D

Text Example


Text Example

White with #D5687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5687D; }

 p { color: rgb(213,104,125); }

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

background-color css

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

 a { background-color: rgb(213,104,125); }

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

border-color css

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

 span { border-color: rgb(213,104,125); }

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