Html Css Color HEX #D3727D Charm

📋 copy color: '#D3727D'

red 211 ◦ green 114 ◦ blue 125

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

Shades of Charm #D3727D

Tints of Charm #D3727D

RGB

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

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

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

R = 46.89%
G = 25.33%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3727D (or 0xD3727D) is known color: Charm. HEX triplet: D3, 72 and 7D. RGB value is (211,114,125). Sum of RGB (Red+Green+Blue) = 211+114+125=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D3727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3727D is #2C8D82. Grayscale: #909090. Windows color (decimal): -2919811 or 8221395. OLE color: 8221395.

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

Color convert

RGB 211 114 125 -
CMYK 0 0.46 0.41 0.17
HSL 353.2º 0.52% 0.64% -
HSV(B) 353.2º 0.46% 0.83% -
XYZ 36.58 27.36 22.76 -
YUV 144.26 117.14 175.61 -
System Red Green Blue C M Y K H S L
Decimal 211 114 125 0 0.46 0.41 0.17 353.2 0.52 0.64
Hex D3 72 7D 0 2E 29 11 161 34 40
Octal 323 162 175 0 56 51 21 541 64 100
Binary 11010011 1110010 1111101 0 101110 101001 10001 101100001 110100 1000000

Color Harmonies of #D3727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3727D

Black with #D3727D

Text Example


Text Example

White with #D3727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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