Html Css Color HEX #D2767C Charm

📋 copy color: '#D2767C'

red 210 ◦ green 118 ◦ blue 124

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

Shades of Charm #D2767C

Tints of Charm #D2767C

RGB

 RED value IS 210 (82.42% from 255) = 46.46%

 GREEN value IS 118 (46.48% from 255) = 26.11%

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

R = 46.46%
G = 26.11%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2767C (or 0xD2767C) is known color: Charm. HEX triplet: D2, 76 and 7C. RGB value is (210,118,124). Sum of RGB (Red+Green+Blue) = 210+118+124=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D2767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2767C is #2D8983. Grayscale: #929292. Windows color (decimal): -2984324 or 8156882. OLE color: 8156882.

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

Color convert

RGB 210 118 124 -
CMYK 0 0.44 0.41 0.18
HSL 356.09º 0.51% 0.64% -
HSV(B) 356.09º 0.44% 0.82% -
XYZ 36.69 28.11 22.56 -
YUV 146.19 115.48 173.51 -
System Red Green Blue C M Y K H S L
Decimal 210 118 124 0 0.44 0.41 0.18 356.09 0.51 0.64
Hex D2 76 7C 0 2C 29 12 164 33 40
Octal 322 166 174 0 54 51 22 544 63 100
Binary 11010010 1110110 1111100 0 101100 101001 10010 101100100 110011 1000000

Color Harmonies of #D2767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2767C

Black with #D2767C

Text Example


Text Example

White with #D2767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2767C; }

 p { color: rgb(210,118,124); }

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

background-color css

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

 a { background-color: rgb(210,118,124); }

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

border-color css

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

 span { border-color: rgb(210,118,124); }

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