Html Css Color HEX #DA7C7D Froly

📋 copy color: '#DA7C7D'

red 218 ◦ green 124 ◦ blue 125

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

Shades of Froly #DA7C7D

Tints of Froly #DA7C7D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.55%

 BLUE value IS 125 (49.22% from 255) = 26.77%

R = 46.68%
G = 26.55%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA7C7D (or 0xDA7C7D) is known color: Froly. HEX triplet: DA, 7C and 7D. RGB value is (218,124,125). Sum of RGB (Red+Green+Blue) = 218+124+125=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7C7D is #258382. Grayscale: #989898. Windows color (decimal): -2458499 or 8223962. OLE color: 8223962.

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

Color convert

RGB 218 124 125 -
CMYK 0 0.43 0.43 0.15
HSL 359.36º 0.56% 0.67% -
HSV(B) 359.36º 0.43% 0.85% -
XYZ 39.82 30.8 23.25 -
YUV 152.22 112.64 174.92 -
System Red Green Blue C M Y K H S L
Decimal 218 124 125 0 0.43 0.43 0.15 359.36 0.56 0.67
Hex DA 7C 7D 0 2B 2B F 167 38 43
Octal 332 174 175 0 53 53 17 547 70 103
Binary 11011010 1111100 1111101 0 101011 101011 1111 101100111 111000 1000011

Color Harmonies of #DA7C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7C7D

Black with #DA7C7D

Text Example


Text Example

White with #DA7C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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