Html Css Color HEX #DA606B Froly

📋 copy color: '#DA606B'

red 218 ◦ green 96 ◦ blue 107

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

Shades of Froly #DA606B

Tints of Froly #DA606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.42%

R = 51.78%
G = 22.8%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA606B (or 0xDA606B) is known color: Froly. HEX triplet: DA, 60 and 6B. RGB value is (218,96,107). Sum of RGB (Red+Green+Blue) = 218+96+107=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA606B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA606B is #259F94. Grayscale: #858585. Windows color (decimal): -2465685 or 7037146. OLE color: 7037146.

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

Color convert

RGB 218 96 107 -
CMYK 0 0.56 0.51 0.15
HSL 354.59º 0.62% 0.62% -
HSV(B) 354.59º 0.56% 0.85% -
XYZ 35.75 24.33 16.72 -
YUV 133.73 112.92 188.11 -
System Red Green Blue C M Y K H S L
Decimal 218 96 107 0 0.56 0.51 0.15 354.59 0.62 0.62
Hex DA 60 6B 0 38 33 F 163 3E 3E
Octal 332 140 153 0 70 63 17 543 76 76
Binary 11011010 1100000 1101011 0 111000 110011 1111 101100011 111110 111110

Color Harmonies of #DA606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA606B

Black with #DA606B

Text Example


Text Example

White with #DA606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA606B; }

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

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

background-color css

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

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

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

border-color css

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

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

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