Html Css Color HEX #DA6678 Froly

📋 copy color: '#DA6678'

red 218 ◦ green 102 ◦ blue 120

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

Shades of Froly #DA6678

Tints of Froly #DA6678

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.18%

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

R = 49.55%
G = 23.18%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA6678 (or 0xDA6678) is known color: Froly. HEX triplet: DA, 66 and 78. RGB value is (218,102,120). Sum of RGB (Red+Green+Blue) = 218+102+120=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6678 is #259987. Grayscale: #8A8A8A. Windows color (decimal): -2464136 or 7890650. OLE color: 7890650.

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

Color convert

RGB 218 102 120 -
CMYK 0 0.53 0.45 0.15
HSL 350.69º 0.61% 0.63% -
HSV(B) 350.69º 0.53% 0.85% -
XYZ 37.05 25.76 20.79 -
YUV 138.74 117.43 184.54 -
System Red Green Blue C M Y K H S L
Decimal 218 102 120 0 0.53 0.45 0.15 350.69 0.61 0.63
Hex DA 66 78 0 35 2D F 15F 3D 3F
Octal 332 146 170 0 65 55 17 537 75 77
Binary 11011010 1100110 1111000 0 110101 101101 1111 101011111 111101 111111

Color Harmonies of #DA6678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6678

Black with #DA6678

Text Example


Text Example

White with #DA6678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6678; }

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

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

background-color css

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

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

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

border-color css

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

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

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