Html Css Color HEX #D2727C Charm

📋 copy color: '#D2727C'

red 210 ◦ green 114 ◦ blue 124

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

Shades of Charm #D2727C

Tints of Charm #D2727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.45%

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

R = 46.88%
G = 25.45%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2727C (or 0xD2727C) is known color: Charm. HEX triplet: D2, 72 and 7C. RGB value is (210,114,124). Sum of RGB (Red+Green+Blue) = 210+114+124=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2727C is #2D8D83. Grayscale: #8F8F8F. Windows color (decimal): -2985348 or 8155858. OLE color: 8155858.

HSL color Cylindrical-coordinate representation of color #D2727C: hue angle of 353.75º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2727C is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 114 124 -
CMYK 0 0.46 0.41 0.18
HSL 353.75º 0.52% 0.64% -
HSV(B) 353.75º 0.46% 0.82% -
XYZ 36.23 27.19 22.41 -
YUV 143.84 116.8 175.19 -
System Red Green Blue C M Y K H S L
Decimal 210 114 124 0 0.46 0.41 0.18 353.75 0.52 0.64
Hex D2 72 7C 0 2E 29 12 162 34 40
Octal 322 162 174 0 56 51 22 542 64 100
Binary 11010010 1110010 1111100 0 101110 101001 10010 101100010 110100 1000000

Color Harmonies of #D2727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2727C

Black with #D2727C

Text Example


Text Example

White with #D2727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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