Html Css Color HEX #DA758D Charm

📋 copy color: '#DA758D'

red 218 ◦ green 117 ◦ blue 141

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

Shades of Charm #DA758D

Tints of Charm #DA758D

RGB

 RED value IS 218 (85.55% from 255) = 45.8%

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

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 45.8%
G = 24.58%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA758D (or 0xDA758D) is known color: Charm. HEX triplet: DA, 75 and 8D. RGB value is (218,117,141). Sum of RGB (Red+Green+Blue) = 218+117+141=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA758D is #258A72. Grayscale: #959595. Windows color (decimal): -2460275 or 9270746. OLE color: 9270746.

HSL color Cylindrical-coordinate representation of color #DA758D: hue angle of 345.74º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA758D is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 117 141 -
CMYK 0 0.46 0.35 0.15
HSL 345.74º 0.58% 0.66% -
HSV(B) 345.74º 0.46% 0.85% -
XYZ 40.08 29.55 28.79 -
YUV 149.94 122.96 176.55 -
System Red Green Blue C M Y K H S L
Decimal 218 117 141 0 0.46 0.35 0.15 345.74 0.58 0.66
Hex DA 75 8D 0 2E 23 F 15A 3A 42
Octal 332 165 215 0 56 43 17 532 72 102
Binary 11011010 1110101 10001101 0 101110 100011 1111 101011010 111010 1000010

Color Harmonies of #DA758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA758D

Black with #DA758D

Text Example


Text Example

White with #DA758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA758D; }

 p { color: rgb(218,117,141); }

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

background-color css

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

 a { background-color: rgb(218,117,141); }

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

border-color css

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

 span { border-color: rgb(218,117,141); }

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