Html Css Color HEX #D3727F Charm

📋 copy color: '#D3727F'

red 211 ◦ green 114 ◦ blue 127

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

Shades of Charm #D3727F

Tints of Charm #D3727F

RGB

 RED value IS 211 (82.81% from 255) = 46.68%

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

 BLUE value IS 127 (50% from 255) = 28.1%

R = 46.68%
G = 25.22%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D3727F (or 0xD3727F) is known color: Charm. HEX triplet: D3, 72 and 7F. RGB value is (211,114,127). Sum of RGB (Red+Green+Blue) = 211+114+127=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D3727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3727F is #2C8D80. Grayscale: #909090. Windows color (decimal): -2919809 or 8352467. OLE color: 8352467.

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

Color convert

RGB 211 114 127 -
CMYK 0 0.46 0.40 0.17
HSL 351.96º 0.52% 0.64% -
HSV(B) 351.96º 0.46% 0.83% -
XYZ 36.71 27.42 23.44 -
YUV 144.49 118.14 175.44 -
System Red Green Blue C M Y K H S L
Decimal 211 114 127 0 0.46 0.40 0.17 351.96 0.52 0.64
Hex D3 72 7F 0 2E 28 11 160 34 40
Octal 323 162 177 0 56 50 21 540 64 100
Binary 11010011 1110010 1111111 0 101110 101000 10001 101100000 110100 1000000

Color Harmonies of #D3727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3727F

Black with #D3727F

Text Example


Text Example

White with #D3727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3727F; }

 p { color: rgb(211,114,127); }

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

background-color css

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

 a { background-color: rgb(211,114,127); }

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

border-color css

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

 span { border-color: rgb(211,114,127); }

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