Html Css Color HEX #DA7D83 Charm

📋 copy color: '#DA7D83'

red 218 ◦ green 125 ◦ blue 131

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

Shades of Charm #DA7D83

Tints of Charm #DA7D83

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.37%

 BLUE value IS 131 (51.56% from 255) = 27.64%

R = 45.99%
G = 26.37%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA7D83 (or 0xDA7D83) is known color: Charm. HEX triplet: DA, 7D and 83. RGB value is (218,125,131). Sum of RGB (Red+Green+Blue) = 218+125+131=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7D83 is #25827C. Grayscale: #999999. Windows color (decimal): -2458237 or 8617434. OLE color: 8617434.

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

Color convert

RGB 218 125 131 -
CMYK 0 0.43 0.40 0.15
HSL 356.13º 0.56% 0.67% -
HSV(B) 356.13º 0.43% 0.85% -
XYZ 40.34 31.21 25.37 -
YUV 153.49 115.31 174.01 -
System Red Green Blue C M Y K H S L
Decimal 218 125 131 0 0.43 0.40 0.15 356.13 0.56 0.67
Hex DA 7D 83 0 2B 28 F 164 38 43
Octal 332 175 203 0 53 50 17 544 70 103
Binary 11011010 1111101 10000011 0 101011 101000 1111 101100100 111000 1000011

Color Harmonies of #DA7D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D83

Black with #DA7D83

Text Example


Text Example

White with #DA7D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D83; }

 p { color: rgb(218,125,131); }

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

background-color css

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

 a { background-color: rgb(218,125,131); }

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

border-color css

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

 span { border-color: rgb(218,125,131); }

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