Html Css Color HEX #DF616A Froly

📋 copy color: '#DF616A'

red 223 ◦ green 97 ◦ blue 106

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

Shades of Froly #DF616A

Tints of Froly #DF616A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.77%

 BLUE value IS 106 (41.8% from 255) = 24.88%

R = 52.35%
G = 22.77%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF616A (or 0xDF616A) is known color: Froly. HEX triplet: DF, 61 and 6A. RGB value is (223,97,106). Sum of RGB (Red+Green+Blue) = 223+97+106=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF616A is #209E95. Grayscale: #878787. Windows color (decimal): -2137750 or 6971871. OLE color: 6971871.

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

Color convert

RGB 223 97 106 -
CMYK 0 0.57 0.52 0.13
HSL 355.71º 0.66% 0.63% -
HSV(B) 355.71º 0.57% 0.87% -
XYZ 37.31 25.28 16.55 -
YUV 135.7 111.24 190.27 -
System Red Green Blue C M Y K H S L
Decimal 223 97 106 0 0.57 0.52 0.13 355.71 0.66 0.63
Hex DF 61 6A 0 39 34 D 164 42 3F
Octal 337 141 152 0 71 64 15 544 102 77
Binary 11011111 1100001 1101010 0 111001 110100 1101 101100100 1000010 111111

Color Harmonies of #DF616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF616A

Black with #DF616A

Text Example


Text Example

White with #DF616A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF616A; }

 p { color: rgb(223,97,106); }

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

background-color css

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

 a { background-color: rgb(223,97,106); }

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

border-color css

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

 span { border-color: rgb(223,97,106); }

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