Html Css Color HEX #DA6466 Froly

📋 copy color: '#DA6466'

red 218 ◦ green 100 ◦ blue 102

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

Shades of Froly #DA6466

Tints of Froly #DA6466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.29%

R = 51.9%
G = 23.81%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA6466 (or 0xDA6466) is known color: Froly. HEX triplet: DA, 64 and 66. RGB value is (218,100,102). Sum of RGB (Red+Green+Blue) = 218+100+102=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6466 is #259B99. Grayscale: #878787. Windows color (decimal): -2464666 or 6710490. OLE color: 6710490.

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

Color convert

RGB 218 100 102 -
CMYK 0 0.54 0.53 0.15
HSL 358.98º 0.61% 0.62% -
HSV(B) 358.98º 0.54% 0.85% -
XYZ 35.87 24.98 15.5 -
YUV 135.51 109.09 186.84 -
System Red Green Blue C M Y K H S L
Decimal 218 100 102 0 0.54 0.53 0.15 358.98 0.61 0.62
Hex DA 64 66 0 36 35 F 167 3D 3E
Octal 332 144 146 0 66 65 17 547 75 76
Binary 11011010 1100100 1100110 0 110110 110101 1111 101100111 111101 111110

Color Harmonies of #DA6466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6466

Black with #DA6466

Text Example


Text Example

White with #DA6466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6466; }

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

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

background-color css

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

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

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

border-color css

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

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

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