Html Css Color HEX #DA626D Froly

📋 copy color: '#DA626D'

red 218 ◦ green 98 ◦ blue 109

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

Shades of Froly #DA626D

Tints of Froly #DA626D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.65%

R = 51.29%
G = 23.06%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA626D (or 0xDA626D) is known color: Froly. HEX triplet: DA, 62 and 6D. RGB value is (218,98,109). Sum of RGB (Red+Green+Blue) = 218+98+109=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA626D is #259D92. Grayscale: #878787. Windows color (decimal): -2465171 or 7168730. OLE color: 7168730.

HSL color Cylindrical-coordinate representation of color #DA626D: hue angle of 354.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 #DA626D is Cyan = 0, Magento = 0.55, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 98 109 -
CMYK 0 0.55 0.5 0.15
HSL 354.5º 0.62% 0.62% -
HSV(B) 354.5º 0.55% 0.85% -
XYZ 36.04 24.74 17.34 -
YUV 135.13 113.26 187.11 -
System Red Green Blue C M Y K H S L
Decimal 218 98 109 0 0.55 0.5 0.15 354.5 0.62 0.62
Hex DA 62 6D 0 37 32 F 162 3E 3E
Octal 332 142 155 0 67 62 17 542 76 76
Binary 11011010 1100010 1101101 0 110111 110010 1111 101100010 111110 111110

Color Harmonies of #DA626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA626D

Black with #DA626D

Text Example


Text Example

White with #DA626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA626D; }

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

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

background-color css

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

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

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

border-color css

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

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

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