Html Css Color HEX #DA626F Froly

📋 copy color: '#DA626F'

red 218 ◦ green 98 ◦ blue 111

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

Shades of Froly #DA626F

Tints of Froly #DA626F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.95%

 BLUE value IS 111 (43.75% from 255) = 26%

R = 51.05%
G = 22.95%
B = 26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA626F (or 0xDA626F) is known color: Froly. HEX triplet: DA, 62 and 6F. RGB value is (218,98,111). Sum of RGB (Red+Green+Blue) = 218+98+111=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA626F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA626F is #259D90. Grayscale: #878787. Windows color (decimal): -2465169 or 7299802. OLE color: 7299802.

HSL color Cylindrical-coordinate representation of color #DA626F: hue angle of 353.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA626F is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 98 111 -
CMYK 0 0.55 0.49 0.15
HSL 353.5º 0.62% 0.62% -
HSV(B) 353.5º 0.55% 0.85% -
XYZ 36.15 24.79 17.92 -
YUV 135.36 114.26 186.94 -
System Red Green Blue C M Y K H S L
Decimal 218 98 111 0 0.55 0.49 0.15 353.5 0.62 0.62
Hex DA 62 6F 0 37 31 F 162 3E 3E
Octal 332 142 157 0 67 61 17 542 76 76
Binary 11011010 1100010 1101111 0 110111 110001 1111 101100010 111110 111110

Color Harmonies of #DA626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA626F

Black with #DA626F

Text Example


Text Example

White with #DA626F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA626F; }

 p { color: rgb(218,98,111); }

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

background-color css

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

 a { background-color: rgb(218,98,111); }

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

border-color css

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

 span { border-color: rgb(218,98,111); }

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