Html Css Color HEX #DA6878 Froly

📋 copy color: '#DA6878'

red 218 ◦ green 104 ◦ blue 120

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

Shades of Froly #DA6878

Tints of Froly #DA6878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.15%

R = 49.32%
G = 23.53%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA6878 (or 0xDA6878) is known color: Froly. HEX triplet: DA, 68 and 78. RGB value is (218,104,120). Sum of RGB (Red+Green+Blue) = 218+104+120=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6878 is #259787. Grayscale: #8B8B8B. Windows color (decimal): -2463624 or 7891162. OLE color: 7891162.

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

Color convert

RGB 218 104 120 -
CMYK 0 0.52 0.45 0.15
HSL 351.58º 0.61% 0.63% -
HSV(B) 351.58º 0.52% 0.85% -
XYZ 37.25 26.16 20.86 -
YUV 139.91 116.77 183.7 -
System Red Green Blue C M Y K H S L
Decimal 218 104 120 0 0.52 0.45 0.15 351.58 0.61 0.63
Hex DA 68 78 0 34 2D F 160 3D 3F
Octal 332 150 170 0 64 55 17 540 75 77
Binary 11011010 1101000 1111000 0 110100 101101 1111 101100000 111101 111111

Color Harmonies of #DA6878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6878

Black with #DA6878

Text Example


Text Example

White with #DA6878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6878; }

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

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

background-color css

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

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

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

border-color css

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

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

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