Html Css Color HEX #D2757C Charm

📋 copy color: '#D2757C'

red 210 ◦ green 117 ◦ blue 124

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

Shades of Charm #D2757C

Tints of Charm #D2757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.94%

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

R = 46.56%
G = 25.94%
B = 27.49%

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

#D2757C (or 0xD2757C) is known color: Charm. HEX triplet: D2, 75 and 7C. RGB value is (210,117,124). Sum of RGB (Red+Green+Blue) = 210+117+124=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D2757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2757C is #2D8A83. Grayscale: #919191. Windows color (decimal): -2984580 or 8156626. OLE color: 8156626.

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

Color convert

RGB 210 117 124 -
CMYK 0 0.44 0.41 0.18
HSL 355.48º 0.51% 0.64% -
HSV(B) 355.48º 0.44% 0.82% -
XYZ 36.58 27.88 22.52 -
YUV 145.61 115.81 173.93 -
System Red Green Blue C M Y K H S L
Decimal 210 117 124 0 0.44 0.41 0.18 355.48 0.51 0.64
Hex D2 75 7C 0 2C 29 12 163 33 40
Octal 322 165 174 0 54 51 22 543 63 100
Binary 11010010 1110101 1111100 0 101100 101001 10010 101100011 110011 1000000

Color Harmonies of #D2757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2757C

Black with #D2757C

Text Example


Text Example

White with #D2757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2757C; }

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

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

background-color css

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

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

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

border-color css

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

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

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