Html Css Color HEX #DA6378 Froly

📋 copy color: '#DA6378'

red 218 ◦ green 99 ◦ blue 120

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

Shades of Froly #DA6378

Tints of Froly #DA6378

RGB

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

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

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

R = 49.89%
G = 22.65%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA6378 (or 0xDA6378) is known color: Froly. HEX triplet: DA, 63 and 78. RGB value is (218,99,120). Sum of RGB (Red+Green+Blue) = 218+99+120=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6378 is #259C87. Grayscale: #898989. Windows color (decimal): -2464904 or 7889882. OLE color: 7889882.

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

Color convert

RGB 218 99 120 -
CMYK 0 0.55 0.45 0.15
HSL 349.41º 0.62% 0.62% -
HSV(B) 349.41º 0.55% 0.85% -
XYZ 36.77 25.19 20.69 -
YUV 136.98 118.42 185.79 -
System Red Green Blue C M Y K H S L
Decimal 218 99 120 0 0.55 0.45 0.15 349.41 0.62 0.62
Hex DA 63 78 0 37 2D F 15D 3E 3E
Octal 332 143 170 0 67 55 17 535 76 76
Binary 11011010 1100011 1111000 0 110111 101101 1111 101011101 111110 111110

Color Harmonies of #DA6378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6378

Black with #DA6378

Text Example


Text Example

White with #DA6378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6378; }

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

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

background-color css

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

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

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

border-color css

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

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

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