Html Css Color HEX #DA626B Froly

📋 copy color: '#DA626B'

red 218 ◦ green 98 ◦ blue 107

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

Shades of Froly #DA626B

Tints of Froly #DA626B

RGB

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

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

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

R = 51.54%
G = 23.17%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA626B (or 0xDA626B) is known color: Froly. HEX triplet: DA, 62 and 6B. RGB value is (218,98,107). Sum of RGB (Red+Green+Blue) = 218+98+107=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA626B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA626B is #259D94. Grayscale: #868686. Windows color (decimal): -2465173 or 7037658. OLE color: 7037658.

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

Color convert

RGB 218 98 107 -
CMYK 0 0.55 0.51 0.15
HSL 355.5º 0.62% 0.62% -
HSV(B) 355.5º 0.55% 0.85% -
XYZ 35.93 24.7 16.78 -
YUV 134.91 112.26 187.27 -
System Red Green Blue C M Y K H S L
Decimal 218 98 107 0 0.55 0.51 0.15 355.5 0.62 0.62
Hex DA 62 6B 0 37 33 F 164 3E 3E
Octal 332 142 153 0 67 63 17 544 76 76
Binary 11011010 1100010 1101011 0 110111 110011 1111 101100100 111110 111110

Color Harmonies of #DA626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA626B

Black with #DA626B

Text Example


Text Example

White with #DA626B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA626B; }

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

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

background-color css

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

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

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

border-color css

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

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

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