Html Css Color HEX #DA606C Froly

📋 copy color: '#DA606C'

red 218 ◦ green 96 ◦ blue 108

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

Shades of Froly #DA606C

Tints of Froly #DA606C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.59%

R = 51.66%
G = 22.75%
B = 25.59%

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

#DA606C (or 0xDA606C) is known color: Froly. HEX triplet: DA, 60 and 6C. RGB value is (218,96,108). Sum of RGB (Red+Green+Blue) = 218+96+108=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA606C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA606C is #259F93. Grayscale: #858585. Windows color (decimal): -2465684 or 7102682. OLE color: 7102682.

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

Color convert

RGB 218 96 108 -
CMYK 0 0.56 0.50 0.15
HSL 354.1º 0.62% 0.62% -
HSV(B) 354.1º 0.56% 0.85% -
XYZ 35.8 24.35 17 -
YUV 133.85 113.42 188.02 -
System Red Green Blue C M Y K H S L
Decimal 218 96 108 0 0.56 0.50 0.15 354.1 0.62 0.62
Hex DA 60 6C 0 38 32 F 162 3E 3E
Octal 332 140 154 0 70 62 17 542 76 76
Binary 11011010 1100000 1101100 0 111000 110010 1111 101100010 111110 111110

Color Harmonies of #DA606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA606C

Black with #DA606C

Text Example


Text Example

White with #DA606C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA606C; }

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

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

background-color css

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

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

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

border-color css

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

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

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