Html Css Color HEX #DA606E Froly

📋 copy color: '#DA606E'

red 218 ◦ green 96 ◦ blue 110

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

Shades of Froly #DA606E

Tints of Froly #DA606E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.94%

R = 51.42%
G = 22.64%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA606E (or 0xDA606E) is known color: Froly. HEX triplet: DA, 60 and 6E. RGB value is (218,96,110). Sum of RGB (Red+Green+Blue) = 218+96+110=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA606E is #259F91. Grayscale: #868686. Windows color (decimal): -2465682 or 7233754. OLE color: 7233754.

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

Color convert

RGB 218 96 110 -
CMYK 0 0.56 0.50 0.15
HSL 353.11º 0.62% 0.62% -
HSV(B) 353.11º 0.56% 0.85% -
XYZ 35.91 24.4 17.57 -
YUV 134.07 114.42 187.86 -
System Red Green Blue C M Y K H S L
Decimal 218 96 110 0 0.56 0.50 0.15 353.11 0.62 0.62
Hex DA 60 6E 0 38 32 F 161 3E 3E
Octal 332 140 156 0 70 62 17 541 76 76
Binary 11011010 1100000 1101110 0 111000 110010 1111 101100001 111110 111110

Color Harmonies of #DA606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA606E

Black with #DA606E

Text Example


Text Example

White with #DA606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA606E; }

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

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

background-color css

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

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

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

border-color css

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

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

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