Html Css Color HEX #DA758C Charm

📋 copy color: '#DA758C'

red 218 ◦ green 117 ◦ blue 140

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

Shades of Charm #DA758C

Tints of Charm #DA758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.47%

R = 45.89%
G = 24.63%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA758C (or 0xDA758C) is known color: Charm. HEX triplet: DA, 75 and 8C. RGB value is (218,117,140). Sum of RGB (Red+Green+Blue) = 218+117+140=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA758C is #258A73. Grayscale: #959595. Windows color (decimal): -2460276 or 9205210. OLE color: 9205210.

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

Color convert

RGB 218 117 140 -
CMYK 0 0.46 0.36 0.15
HSL 346.34º 0.58% 0.66% -
HSV(B) 346.34º 0.46% 0.85% -
XYZ 40.01 29.52 28.4 -
YUV 149.82 122.46 176.63 -
System Red Green Blue C M Y K H S L
Decimal 218 117 140 0 0.46 0.36 0.15 346.34 0.58 0.66
Hex DA 75 8C 0 2E 24 F 15A 3A 42
Octal 332 165 214 0 56 44 17 532 72 102
Binary 11011010 1110101 10001100 0 101110 100100 1111 101011010 111010 1000010

Color Harmonies of #DA758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA758C

Black with #DA758C

Text Example


Text Example

White with #DA758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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