Html Css Color HEX #DA758A Charm

📋 copy color: '#DA758A'

red 218 ◦ green 117 ◦ blue 138

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

Shades of Charm #DA758A

Tints of Charm #DA758A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.18%

R = 46.09%
G = 24.74%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA758A (or 0xDA758A) is known color: Charm. HEX triplet: DA, 75 and 8A. RGB value is (218,117,138). Sum of RGB (Red+Green+Blue) = 218+117+138=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA758A is #258A75. Grayscale: #959595. Windows color (decimal): -2460278 or 9074138. OLE color: 9074138.

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

Color convert

RGB 218 117 138 -
CMYK 0 0.46 0.37 0.15
HSL 347.52º 0.58% 0.66% -
HSV(B) 347.52º 0.46% 0.85% -
XYZ 39.86 29.46 27.63 -
YUV 149.59 121.46 176.79 -
System Red Green Blue C M Y K H S L
Decimal 218 117 138 0 0.46 0.37 0.15 347.52 0.58 0.66
Hex DA 75 8A 0 2E 25 F 15C 3A 42
Octal 332 165 212 0 56 45 17 534 72 102
Binary 11011010 1110101 10001010 0 101110 100101 1111 101011100 111010 1000010

Color Harmonies of #DA758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA758A

Black with #DA758A

Text Example


Text Example

White with #DA758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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