Html Css Color HEX #DA768A Charm

📋 copy color: '#DA768A'

red 218 ◦ green 118 ◦ blue 138

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

Shades of Charm #DA768A

Tints of Charm #DA768A

RGB

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

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

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

R = 45.99%
G = 24.89%
B = 29.11%

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

#DA768A (or 0xDA768A) is known color: Charm. HEX triplet: DA, 76 and 8A. RGB value is (218,118,138). Sum of RGB (Red+Green+Blue) = 218+118+138=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA768A is #258975. Grayscale: #969696. Windows color (decimal): -2460022 or 9074394. OLE color: 9074394.

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

Color convert

RGB 218 118 138 -
CMYK 0 0.46 0.37 0.15
HSL 348º 0.57% 0.66% -
HSV(B) 348º 0.46% 0.85% -
XYZ 39.98 29.7 27.67 -
YUV 150.18 121.13 176.37 -
System Red Green Blue C M Y K H S L
Decimal 218 118 138 0 0.46 0.37 0.15 348 0.57 0.66
Hex DA 76 8A 0 2E 25 F 15C 39 42
Octal 332 166 212 0 56 45 17 534 71 102
Binary 11011010 1110110 10001010 0 101110 100101 1111 101011100 111001 1000010

Color Harmonies of #DA768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA768A

Black with #DA768A

Text Example


Text Example

White with #DA768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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