Html Css Color HEX #DA768E Charm

📋 copy color: '#DA768E'

red 218 ◦ green 118 ◦ blue 142

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

Shades of Charm #DA768E

Tints of Charm #DA768E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.71%

R = 45.61%
G = 24.69%
B = 29.71%

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

#DA768E (or 0xDA768E) is known color: Charm. HEX triplet: DA, 76 and 8E. RGB value is (218,118,142). Sum of RGB (Red+Green+Blue) = 218+118+142=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA768E is #258971. Grayscale: #969696. Windows color (decimal): -2460018 or 9336538. OLE color: 9336538.

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

Color convert

RGB 218 118 142 -
CMYK 0 0.46 0.35 0.15
HSL 345.6º 0.57% 0.66% -
HSV(B) 345.6º 0.46% 0.85% -
XYZ 40.27 29.82 29.22 -
YUV 150.64 123.13 176.05 -
System Red Green Blue C M Y K H S L
Decimal 218 118 142 0 0.46 0.35 0.15 345.6 0.57 0.66
Hex DA 76 8E 0 2E 23 F 15A 39 42
Octal 332 166 216 0 56 43 17 532 71 102
Binary 11011010 1110110 10001110 0 101110 100011 1111 101011010 111001 1000010

Color Harmonies of #DA768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA768E

Black with #DA768E

Text Example


Text Example

White with #DA768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA768E; }

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

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

background-color css

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

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

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

border-color css

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

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

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