Html Css Color HEX #DA7A8E Charm

📋 copy color: '#DA7A8E'

red 218 ◦ green 122 ◦ blue 142

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

Shades of Charm #DA7A8E

Tints of Charm #DA7A8E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.31%

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

R = 45.23%
G = 25.31%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA7A8E (or 0xDA7A8E) is known color: Charm. HEX triplet: DA, 7A and 8E. RGB value is (218,122,142). Sum of RGB (Red+Green+Blue) = 218+122+142=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7A8E is #258571. Grayscale: #999999. Windows color (decimal): -2458994 or 9337562. OLE color: 9337562.

HSL color Cylindrical-coordinate representation of color #DA7A8E: hue angle of 347.5º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7A8E is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 122 142 -
CMYK 0 0.44 0.35 0.15
HSL 347.5º 0.56% 0.67% -
HSV(B) 347.5º 0.44% 0.85% -
XYZ 40.76 30.78 29.38 -
YUV 152.98 121.8 174.37 -
System Red Green Blue C M Y K H S L
Decimal 218 122 142 0 0.44 0.35 0.15 347.5 0.56 0.67
Hex DA 7A 8E 0 2C 23 F 15C 38 43
Octal 332 172 216 0 54 43 17 534 70 103
Binary 11011010 1111010 10001110 0 101100 100011 1111 101011100 111000 1000011

Color Harmonies of #DA7A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7A8E

Black with #DA7A8E

Text Example


Text Example

White with #DA7A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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