Html Css Color HEX #D6727F Charm

📋 copy color: '#D6727F'

red 214 ◦ green 114 ◦ blue 127

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

Shades of Charm #D6727F

Tints of Charm #D6727F

RGB

 RED value IS 214 (83.98% from 255) = 47.03%

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

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

R = 47.03%
G = 25.05%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6727F (or 0xD6727F) is known color: Charm. HEX triplet: D6, 72 and 7F. RGB value is (214,114,127). Sum of RGB (Red+Green+Blue) = 214+114+127=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6727F is #298D80. Grayscale: #919191. Windows color (decimal): -2723201 or 8352470. OLE color: 8352470.

HSL color Cylindrical-coordinate representation of color #D6727F: hue angle of 352.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6727F is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 114 127 -
CMYK 0 0.47 0.41 0.16
HSL 352.2º 0.55% 0.64% -
HSV(B) 352.2º 0.47% 0.84% -
XYZ 37.58 27.86 23.48 -
YUV 145.38 117.63 176.94 -
System Red Green Blue C M Y K H S L
Decimal 214 114 127 0 0.47 0.41 0.16 352.2 0.55 0.64
Hex D6 72 7F 0 2F 29 10 160 37 40
Octal 326 162 177 0 57 51 20 540 67 100
Binary 11010110 1110010 1111111 0 101111 101001 10000 101100000 110111 1000000

Color Harmonies of #D6727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6727F

Black with #D6727F

Text Example


Text Example

White with #D6727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6727F; }

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

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

background-color css

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

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

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

border-color css

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

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

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