Html Css Color HEX #DA6874 Froly

📋 copy color: '#DA6874'

red 218 ◦ green 104 ◦ blue 116

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

Shades of Froly #DA6874

Tints of Froly #DA6874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.74%

 BLUE value IS 116 (45.7% from 255) = 26.48%

R = 49.77%
G = 23.74%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA6874 (or 0xDA6874) is known color: Froly. HEX triplet: DA, 68 and 74. RGB value is (218,104,116). Sum of RGB (Red+Green+Blue) = 218+104+116=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6874 is #25978B. Grayscale: #8B8B8B. Windows color (decimal): -2463628 or 7629018. OLE color: 7629018.

HSL color Cylindrical-coordinate representation of color #DA6874: hue angle of 353.68º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6874 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 104 116 -
CMYK 0 0.52 0.47 0.15
HSL 353.68º 0.61% 0.63% -
HSV(B) 353.68º 0.52% 0.85% -
XYZ 37.02 26.07 19.6 -
YUV 139.45 114.77 184.02 -
System Red Green Blue C M Y K H S L
Decimal 218 104 116 0 0.52 0.47 0.15 353.68 0.61 0.63
Hex DA 68 74 0 34 2F F 162 3D 3F
Octal 332 150 164 0 64 57 17 542 75 77
Binary 11011010 1101000 1110100 0 110100 101111 1111 101100010 111101 111111

Color Harmonies of #DA6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6874

Black with #DA6874

Text Example


Text Example

White with #DA6874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6874; }

 p { color: rgb(218,104,116); }

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

background-color css

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

 a { background-color: rgb(218,104,116); }

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

border-color css

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

 span { border-color: rgb(218,104,116); }

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