Html Css Color HEX #D2777D Charm

📋 copy color: '#D2777D'

red 210 ◦ green 119 ◦ blue 125

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

Shades of Charm #D2777D

Tints of Charm #D2777D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.21%

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

R = 46.26%
G = 26.21%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2777D (or 0xD2777D) is known color: Charm. HEX triplet: D2, 77 and 7D. RGB value is (210,119,125). Sum of RGB (Red+Green+Blue) = 210+119+125=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D2777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2777D is #2D8882. Grayscale: #929292. Windows color (decimal): -2984067 or 8222674. OLE color: 8222674.

HSL color Cylindrical-coordinate representation of color #D2777D: hue angle of 356.04º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2777D is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 119 125 -
CMYK 0 0.43 0.40 0.18
HSL 356.04º 0.5% 0.65% -
HSV(B) 356.04º 0.43% 0.82% -
XYZ 36.88 28.38 22.94 -
YUV 146.89 115.65 173.01 -
System Red Green Blue C M Y K H S L
Decimal 210 119 125 0 0.43 0.40 0.18 356.04 0.5 0.65
Hex D2 77 7D 0 2B 28 12 164 32 41
Octal 322 167 175 0 53 50 22 544 62 101
Binary 11010010 1110111 1111101 0 101011 101000 10010 101100100 110010 1000001

Color Harmonies of #D2777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2777D

Black with #D2777D

Text Example


Text Example

White with #D2777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2777D; }

 p { color: rgb(210,119,125); }

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

background-color css

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

 a { background-color: rgb(210,119,125); }

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

border-color css

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

 span { border-color: rgb(210,119,125); }

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