Html Css Color HEX #DA6376 Froly

📋 copy color: '#DA6376'

red 218 ◦ green 99 ◦ blue 118

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

Shades of Froly #DA6376

Tints of Froly #DA6376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.76%

 BLUE value IS 118 (46.48% from 255) = 27.13%

R = 50.11%
G = 22.76%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA6376 (or 0xDA6376) is known color: Froly. HEX triplet: DA, 63 and 76. RGB value is (218,99,118). Sum of RGB (Red+Green+Blue) = 218+99+118=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6376 is #259C89. Grayscale: #888888. Windows color (decimal): -2464906 or 7758810. OLE color: 7758810.

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

Color convert

RGB 218 99 118 -
CMYK 0 0.55 0.46 0.15
HSL 350.42º 0.62% 0.62% -
HSV(B) 350.42º 0.55% 0.85% -
XYZ 36.65 25.14 20.06 -
YUV 136.75 117.42 185.96 -
System Red Green Blue C M Y K H S L
Decimal 218 99 118 0 0.55 0.46 0.15 350.42 0.62 0.62
Hex DA 63 76 0 37 2E F 15E 3E 3E
Octal 332 143 166 0 67 56 17 536 76 76
Binary 11011010 1100011 1110110 0 110111 101110 1111 101011110 111110 111110

Color Harmonies of #DA6376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6376

Black with #DA6376

Text Example


Text Example

White with #DA6376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6376; }

 p { color: rgb(218,99,118); }

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

background-color css

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

 a { background-color: rgb(218,99,118); }

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

border-color css

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

 span { border-color: rgb(218,99,118); }

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