Html Css Color HEX #DA606D Froly

📋 copy color: '#DA606D'

red 218 ◦ green 96 ◦ blue 109

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

Shades of Froly #DA606D

Tints of Froly #DA606D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.7%

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

R = 51.54%
G = 22.7%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA606D (or 0xDA606D) is known color: Froly. HEX triplet: DA, 60 and 6D. RGB value is (218,96,109). Sum of RGB (Red+Green+Blue) = 218+96+109=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA606D is #259F92. Grayscale: #868686. Windows color (decimal): -2465683 or 7168218. OLE color: 7168218.

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

Color convert

RGB 218 96 109 -
CMYK 0 0.56 0.5 0.15
HSL 353.61º 0.62% 0.62% -
HSV(B) 353.61º 0.56% 0.85% -
XYZ 35.86 24.38 17.28 -
YUV 133.96 113.92 187.94 -
System Red Green Blue C M Y K H S L
Decimal 218 96 109 0 0.56 0.5 0.15 353.61 0.62 0.62
Hex DA 60 6D 0 38 32 F 162 3E 3E
Octal 332 140 155 0 70 62 17 542 76 76
Binary 11011010 1100000 1101101 0 111000 110010 1111 101100010 111110 111110

Color Harmonies of #DA606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA606D

Black with #DA606D

Text Example


Text Example

White with #DA606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA606D; }

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

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

background-color css

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

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

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

border-color css

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

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

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