Html Css Color HEX #D6748F Charm

📋 copy color: '#D6748F'

red 214 ◦ green 116 ◦ blue 143

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

Shades of Charm #D6748F

Tints of Charm #D6748F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.52%

 BLUE value IS 143 (56.25% from 255) = 30.23%

R = 45.24%
G = 24.52%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6748F (or 0xD6748F) is known color: Charm. HEX triplet: D6, 74 and 8F. RGB value is (214,116,143). Sum of RGB (Red+Green+Blue) = 214+116+143=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6748F is #298B70. Grayscale: #949494. Windows color (decimal): -2722673 or 9401558. OLE color: 9401558.

HSL color Cylindrical-coordinate representation of color #D6748F: hue angle of 343.47º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6748F is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 116 143 -
CMYK 0 0.46 0.33 0.16
HSL 343.47º 0.54% 0.65% -
HSV(B) 343.47º 0.46% 0.84% -
XYZ 38.93 28.77 29.49 -
YUV 148.38 124.97 174.8 -
System Red Green Blue C M Y K H S L
Decimal 214 116 143 0 0.46 0.33 0.16 343.47 0.54 0.65
Hex D6 74 8F 0 2E 21 10 157 36 41
Octal 326 164 217 0 56 41 20 527 66 101
Binary 11010110 1110100 10001111 0 101110 100001 10000 101010111 110110 1000001

Color Harmonies of #D6748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6748F

Black with #D6748F

Text Example


Text Example

White with #D6748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6748F; }

 p { color: rgb(214,116,143); }

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

background-color css

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

 a { background-color: rgb(214,116,143); }

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

border-color css

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

 span { border-color: rgb(214,116,143); }

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