Html Css Color HEX #DA7F83 Charm

📋 copy color: '#DA7F83'

red 218 ◦ green 127 ◦ blue 131

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

Shades of Charm #DA7F83

Tints of Charm #DA7F83

RGB

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

 GREEN value IS 127 (50% from 255) = 26.68%

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

R = 45.8%
G = 26.68%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA7F83 (or 0xDA7F83) is known color: Charm. HEX triplet: DA, 7F and 83. RGB value is (218,127,131). Sum of RGB (Red+Green+Blue) = 218+127+131=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 131 (51.56% from 255 or 27.52% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7F83 is #25807C. Grayscale: #9A9A9A. Windows color (decimal): -2457725 or 8617946. OLE color: 8617946.

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

Color convert

RGB 218 127 131 -
CMYK 0 0.42 0.40 0.15
HSL 357.36º 0.55% 0.68% -
HSV(B) 357.36º 0.42% 0.85% -
XYZ 40.6 31.72 25.46 -
YUV 154.67 114.65 173.17 -
System Red Green Blue C M Y K H S L
Decimal 218 127 131 0 0.42 0.40 0.15 357.36 0.55 0.68
Hex DA 7F 83 0 2A 28 F 165 37 44
Octal 332 177 203 0 52 50 17 545 67 104
Binary 11011010 1111111 10000011 0 101010 101000 1111 101100101 110111 1000100

Color Harmonies of #DA7F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F83

Black with #DA7F83

Text Example


Text Example

White with #DA7F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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