Html Css Color HEX #D5677C Charm

📋 copy color: '#D5677C'

red 213 ◦ green 103 ◦ blue 124

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

Shades of Charm #D5677C

Tints of Charm #D5677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.41%

 BLUE value IS 124 (48.83% from 255) = 28.18%

R = 48.41%
G = 23.41%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5677C (or 0xD5677C) is known color: Charm. HEX triplet: D5, 67 and 7C. RGB value is (213,103,124). Sum of RGB (Red+Green+Blue) = 213+103+124=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5677C is #2A9883. Grayscale: #8A8A8A. Windows color (decimal): -2791556 or 8153045. OLE color: 8153045.

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

Color convert

RGB 213 103 124 -
CMYK 0 0.52 0.42 0.16
HSL 348.55º 0.57% 0.62% -
HSV(B) 348.55º 0.52% 0.84% -
XYZ 35.93 25.3 22.06 -
YUV 138.28 119.94 181.29 -
System Red Green Blue C M Y K H S L
Decimal 213 103 124 0 0.52 0.42 0.16 348.55 0.57 0.62
Hex D5 67 7C 0 34 2A 10 15D 39 3E
Octal 325 147 174 0 64 52 20 535 71 76
Binary 11010101 1100111 1111100 0 110100 101010 10000 101011101 111001 111110

Color Harmonies of #D5677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5677C

Black with #D5677C

Text Example


Text Example

White with #D5677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5677C; }

 p { color: rgb(213,103,124); }

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

background-color css

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

 a { background-color: rgb(213,103,124); }

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

border-color css

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

 span { border-color: rgb(213,103,124); }

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