Html Css Color HEX #DF626B Froly

📋 copy color: '#DF626B'

red 223 ◦ green 98 ◦ blue 107

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

Shades of Froly #DF626B

Tints of Froly #DF626B

RGB

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

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

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

R = 52.1%
G = 22.9%
B = 25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF626B (or 0xDF626B) is known color: Froly. HEX triplet: DF, 62 and 6B. RGB value is (223,98,107). Sum of RGB (Red+Green+Blue) = 223+98+107=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF626B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF626B is #209D94. Grayscale: #888888. Windows color (decimal): -2137493 or 7037663. OLE color: 7037663.

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

Color convert

RGB 223 98 107 -
CMYK 0 0.56 0.52 0.13
HSL 355.68º 0.66% 0.63% -
HSV(B) 355.68º 0.56% 0.87% -
XYZ 37.45 25.48 16.86 -
YUV 136.4 111.41 189.77 -
System Red Green Blue C M Y K H S L
Decimal 223 98 107 0 0.56 0.52 0.13 355.68 0.66 0.63
Hex DF 62 6B 0 38 34 D 164 42 3F
Octal 337 142 153 0 70 64 15 544 102 77
Binary 11011111 1100010 1101011 0 111000 110100 1101 101100100 1000010 111111

Color Harmonies of #DF626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF626B

Black with #DF626B

Text Example


Text Example

White with #DF626B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF626B; }

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

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

background-color css

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

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

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

border-color css

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

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

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