Html Css Color HEX #DA616B Froly

📋 copy color: '#DA616B'

red 218 ◦ green 97 ◦ blue 107

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

Shades of Froly #DA616B

Tints of Froly #DA616B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.99%

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

R = 51.66%
G = 22.99%
B = 25.36%

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

#DA616B (or 0xDA616B) is known color: Froly. HEX triplet: DA, 61 and 6B. RGB value is (218,97,107). Sum of RGB (Red+Green+Blue) = 218+97+107=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA616B is #259E94. Grayscale: #868686. Windows color (decimal): -2465429 or 7037402. OLE color: 7037402.

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

Color convert

RGB 218 97 107 -
CMYK 0 0.56 0.51 0.15
HSL 355.04º 0.62% 0.62% -
HSV(B) 355.04º 0.56% 0.85% -
XYZ 35.84 24.52 16.75 -
YUV 134.32 112.59 187.69 -
System Red Green Blue C M Y K H S L
Decimal 218 97 107 0 0.56 0.51 0.15 355.04 0.62 0.62
Hex DA 61 6B 0 38 33 F 163 3E 3E
Octal 332 141 153 0 70 63 17 543 76 76
Binary 11011010 1100001 1101011 0 111000 110011 1111 101100011 111110 111110

Color Harmonies of #DA616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA616B

Black with #DA616B

Text Example


Text Example

White with #DA616B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA616B; }

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

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

background-color css

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

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

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

border-color css

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

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

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