Html Css Color HEX #DA646D Froly

📋 copy color: '#DA646D'

red 218 ◦ green 100 ◦ blue 109

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

Shades of Froly #DA646D

Tints of Froly #DA646D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.42%

 BLUE value IS 109 (42.97% from 255) = 25.53%

R = 51.05%
G = 23.42%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA646D (or 0xDA646D) is known color: Froly. HEX triplet: DA, 64 and 6D. RGB value is (218,100,109). Sum of RGB (Red+Green+Blue) = 218+100+109=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA646D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA646D is #259B92. Grayscale: #888888. Windows color (decimal): -2464659 or 7169242. OLE color: 7169242.

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

Color convert

RGB 218 100 109 -
CMYK 0 0.54 0.5 0.15
HSL 355.42º 0.61% 0.62% -
HSV(B) 355.42º 0.54% 0.85% -
XYZ 36.23 25.12 17.41 -
YUV 136.31 112.59 186.27 -
System Red Green Blue C M Y K H S L
Decimal 218 100 109 0 0.54 0.5 0.15 355.42 0.61 0.62
Hex DA 64 6D 0 36 32 F 163 3D 3E
Octal 332 144 155 0 66 62 17 543 75 76
Binary 11011010 1100100 1101101 0 110110 110010 1111 101100011 111101 111110

Color Harmonies of #DA646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA646D

Black with #DA646D

Text Example


Text Example

White with #DA646D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA646D; }

 p { color: rgb(218,100,109); }

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

background-color css

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

 a { background-color: rgb(218,100,109); }

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

border-color css

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

 span { border-color: rgb(218,100,109); }

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