Html Css Color HEX #DA7B8A Charm

📋 copy color: '#DA7B8A'

red 218 ◦ green 123 ◦ blue 138

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

Shades of Charm #DA7B8A

Tints of Charm #DA7B8A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.68%

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

R = 45.51%
G = 25.68%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA7B8A (or 0xDA7B8A) is known color: Charm. HEX triplet: DA, 7B and 8A. RGB value is (218,123,138). Sum of RGB (Red+Green+Blue) = 218+123+138=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7B8A is #258475. Grayscale: #999999. Windows color (decimal): -2458742 or 9075674. OLE color: 9075674.

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

Color convert

RGB 218 123 138 -
CMYK 0 0.44 0.37 0.15
HSL 350.53º 0.56% 0.67% -
HSV(B) 350.53º 0.44% 0.85% -
XYZ 40.58 30.91 27.87 -
YUV 153.12 119.47 174.28 -
System Red Green Blue C M Y K H S L
Decimal 218 123 138 0 0.44 0.37 0.15 350.53 0.56 0.67
Hex DA 7B 8A 0 2C 25 F 15F 38 43
Octal 332 173 212 0 54 45 17 537 70 103
Binary 11011010 1111011 10001010 0 101100 100101 1111 101011111 111000 1000011

Color Harmonies of #DA7B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7B8A

Black with #DA7B8A

Text Example


Text Example

White with #DA7B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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