Html Css Color HEX #DA768D Charm

📋 copy color: '#DA768D'

red 218 ◦ green 118 ◦ blue 141

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

Shades of Charm #DA768D

Tints of Charm #DA768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.74%

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

R = 45.7%
G = 24.74%
B = 29.56%

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

#DA768D (or 0xDA768D) is known color: Charm. HEX triplet: DA, 76 and 8D. RGB value is (218,118,141). Sum of RGB (Red+Green+Blue) = 218+118+141=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA768D is #258972. Grayscale: #969696. Windows color (decimal): -2460019 or 9271002. OLE color: 9271002.

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

Color convert

RGB 218 118 141 -
CMYK 0 0.46 0.35 0.15
HSL 346.2º 0.57% 0.66% -
HSV(B) 346.2º 0.46% 0.85% -
XYZ 40.2 29.79 28.83 -
YUV 150.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 218 118 141 0 0.46 0.35 0.15 346.2 0.57 0.66
Hex DA 76 8D 0 2E 23 F 15A 39 42
Octal 332 166 215 0 56 43 17 532 71 102
Binary 11011010 1110110 10001101 0 101110 100011 1111 101011010 111001 1000010

Color Harmonies of #DA768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA768D

Black with #DA768D

Text Example


Text Example

White with #DA768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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