Html Css Color HEX #DF626E Froly

📋 copy color: '#DF626E'

red 223 ◦ green 98 ◦ blue 110

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

Shades of Froly #DF626E

Tints of Froly #DF626E

RGB

 RED value IS 223 (87.5% from 255) = 51.74%

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

 BLUE value IS 110 (43.36% from 255) = 25.52%

R = 51.74%
G = 22.74%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF626E (or 0xDF626E) is known color: Froly. HEX triplet: DF, 62 and 6E. RGB value is (223,98,110). Sum of RGB (Red+Green+Blue) = 223+98+110=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF626E is #209D91. Grayscale: #888888. Windows color (decimal): -2137490 or 7234271. OLE color: 7234271.

HSL color Cylindrical-coordinate representation of color #DF626E: hue angle of 354.24º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF626E is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 98 110 -
CMYK 0 0.56 0.51 0.13
HSL 354.24º 0.66% 0.63% -
HSV(B) 354.24º 0.56% 0.87% -
XYZ 37.61 25.55 17.7 -
YUV 136.74 112.91 189.52 -
System Red Green Blue C M Y K H S L
Decimal 223 98 110 0 0.56 0.51 0.13 354.24 0.66 0.63
Hex DF 62 6E 0 38 33 D 162 42 3F
Octal 337 142 156 0 70 63 15 542 102 77
Binary 11011111 1100010 1101110 0 111000 110011 1101 101100010 1000010 111111

Color Harmonies of #DF626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF626E

Black with #DF626E

Text Example


Text Example

White with #DF626E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF626E; }

 p { color: rgb(223,98,110); }

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

background-color css

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

 a { background-color: rgb(223,98,110); }

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

border-color css

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

 span { border-color: rgb(223,98,110); }

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