Html Css Color HEX #DA768C Charm

📋 copy color: '#DA768C'

red 218 ◦ green 118 ◦ blue 140

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

Shades of Charm #DA768C

Tints of Charm #DA768C

RGB

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

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

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

R = 45.8%
G = 24.79%
B = 29.41%

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

#DA768C (or 0xDA768C) is known color: Charm. HEX triplet: DA, 76 and 8C. RGB value is (218,118,140). Sum of RGB (Red+Green+Blue) = 218+118+140=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA768C is #258973. Grayscale: #969696. Windows color (decimal): -2460020 or 9205466. OLE color: 9205466.

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

Color convert

RGB 218 118 140 -
CMYK 0 0.46 0.36 0.15
HSL 346.8º 0.57% 0.66% -
HSV(B) 346.8º 0.46% 0.85% -
XYZ 40.13 29.76 28.44 -
YUV 150.41 122.13 176.21 -
System Red Green Blue C M Y K H S L
Decimal 218 118 140 0 0.46 0.36 0.15 346.8 0.57 0.66
Hex DA 76 8C 0 2E 24 F 15B 39 42
Octal 332 166 214 0 56 44 17 533 71 102
Binary 11011010 1110110 10001100 0 101110 100100 1111 101011011 111001 1000010

Color Harmonies of #DA768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA768C

Black with #DA768C

Text Example


Text Example

White with #DA768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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