Html Css Color HEX #DA606A Froly

📋 copy color: '#DA606A'

red 218 ◦ green 96 ◦ blue 106

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

Shades of Froly #DA606A

Tints of Froly #DA606A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.24%

R = 51.9%
G = 22.86%
B = 25.24%

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

#DA606A (or 0xDA606A) is known color: Froly. HEX triplet: DA, 60 and 6A. RGB value is (218,96,106). Sum of RGB (Red+Green+Blue) = 218+96+106=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA606A is #259F95. Grayscale: #858585. Windows color (decimal): -2465686 or 6971610. OLE color: 6971610.

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

Color convert

RGB 218 96 106 -
CMYK 0 0.56 0.51 0.15
HSL 355.08º 0.62% 0.62% -
HSV(B) 355.08º 0.56% 0.85% -
XYZ 35.7 24.31 16.45 -
YUV 133.62 112.42 188.19 -
System Red Green Blue C M Y K H S L
Decimal 218 96 106 0 0.56 0.51 0.15 355.08 0.62 0.62
Hex DA 60 6A 0 38 33 F 163 3E 3E
Octal 332 140 152 0 70 63 17 543 76 76
Binary 11011010 1100000 1101010 0 111000 110011 1111 101100011 111110 111110

Color Harmonies of #DA606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA606A

Black with #DA606A

Text Example


Text Example

White with #DA606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA606A; }

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

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

background-color css

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

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

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

border-color css

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

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

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