Html Css Color HEX #D6758F Charm

📋 copy color: '#D6758F'

red 214 ◦ green 117 ◦ blue 143

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

Shades of Charm #D6758F

Tints of Charm #D6758F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.68%

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

R = 45.15%
G = 24.68%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6758F (or 0xD6758F) is known color: Charm. HEX triplet: D6, 75 and 8F. RGB value is (214,117,143). Sum of RGB (Red+Green+Blue) = 214+117+143=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6758F is #298A70. Grayscale: #949494. Windows color (decimal): -2722417 or 9401814. OLE color: 9401814.

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

Color convert

RGB 214 117 143 -
CMYK 0 0.45 0.33 0.16
HSL 343.92º 0.54% 0.65% -
HSV(B) 343.92º 0.45% 0.84% -
XYZ 39.05 29 29.53 -
YUV 148.97 124.64 174.39 -
System Red Green Blue C M Y K H S L
Decimal 214 117 143 0 0.45 0.33 0.16 343.92 0.54 0.65
Hex D6 75 8F 0 2D 21 10 158 36 41
Octal 326 165 217 0 55 41 20 530 66 101
Binary 11010110 1110101 10001111 0 101101 100001 10000 101011000 110110 1000001

Color Harmonies of #D6758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6758F

Black with #D6758F

Text Example


Text Example

White with #D6758F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6758F; }

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

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

background-color css

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

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

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

border-color css

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

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

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